Html Css Color HEX #05AA9C Persian Green

📋 copy color: '#05AA9C'

red 5 ◦ green 170 ◦ blue 156

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

Shades of Persian Green #05AA9C

Tints of Persian Green #05AA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 1.51%
G = 51.36%
B = 47.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#05AA9C (or 0x05AA9C) is known color: Persian Green. HEX triplet: 05, AA and 9C. RGB value is (5,170,156). Sum of RGB (Red+Green+Blue) = 5+170+156=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA9C is #FA5563. Grayscale: #767676. Windows color (decimal): -16405860 or 10267141. OLE color: 10267141.

HSL color Cylindrical-coordinate representation of color #05AA9C: hue angle of 174.91º 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 #05AA9C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 170 156 -
CMYK 0.97 0 0.08 0.33
HSL 174.91º 0.94% 0.34% -
HSV(B) 174.91º 0.97% 0.67% -
XYZ 20.44 31.18 36.39 -
YUV 119.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 5 170 156 0.97 0 0.08 0.33 174.91 0.94 0.34
Hex 5 AA 9C 61 0 8 21 AF 5E 22
Octal 5 252 234 141 0 10 41 257 136 42
Binary 101 10101010 10011100 1100001 0 1000 100001 10101111 1011110 100010

Color Harmonies of #05AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA9C

Black with #05AA9C

Text Example


Text Example

White with #05AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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