Html Css Color HEX #05AA9F Persian Green

📋 copy color: '#05AA9F'

red 5 ◦ green 170 ◦ blue 159

#05AA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #05AA9F

Tints of Persian Green #05AA9F

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

 GREEN value IS 170 (66.8% from 255) = 50.9%

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 1.5%
G = 50.9%
B = 47.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05AA9F (or 0x05AA9F) is known color: Persian Green. HEX triplet: 05, AA and 9F. RGB value is (5,170,159). Sum of RGB (Red+Green+Blue) = 5+170+159=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA9F is #FA5560. Grayscale: #777777. Windows color (decimal): -16405857 or 10463749. OLE color: 10463749.

HSL color Cylindrical-coordinate representation of color #05AA9F: hue angle of 176º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA9F is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 170 159 -
CMYK 0.97 0 0.06 0.33
HSL 176º 0.94% 0.34% -
HSV(B) 176º 0.97% 0.67% -
XYZ 20.7 31.28 37.75 -
YUV 119.41 150.34 46.39 -
System Red Green Blue C M Y K H S L
Decimal 5 170 159 0.97 0 0.06 0.33 176 0.94 0.34
Hex 5 AA 9F 61 0 6 21 B0 5E 22
Octal 5 252 237 141 0 6 41 260 136 42
Binary 101 10101010 10011111 1100001 0 110 100001 10110000 1011110 100010

Color Harmonies of #05AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA9F

Black with #05AA9F

Text Example


Text Example

White with #05AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AA9F; }

 p { color: rgb(5,170,159); }

 H1.HeaderClassName
 {
   color: #05AA9F;
 }
 .AnyTagClassName
 {
   color: #05AA9F;
 }
</style>

background-color css

<style>
 a { background-color: #05AA9F; }

 a { background-color: rgb(5,170,159); }

 div.DivClassName
 {
   background-color: #05AA9F;
 }
 .BgClassName
 {
   background-color: #05AA9F;
 }
</style>

border-color css

<style>
 span { border-color: #05AA9F; }

 span { border-color: rgb(5,170,159); }

 td.TdClassName
 {
   border-color: #05AA9F;
 }
 .TagClassName
 {
   border-color: #05AA9F;
 }
</style>