Html Css Color HEX #05A99C Persian Green

📋 copy color: '#05A99C'

red 5 ◦ green 169 ◦ blue 156

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

Shades of Persian Green #05A99C

Tints of Persian Green #05A99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.21%

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

R = 1.52%
G = 51.21%
B = 47.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#05A99C (or 0x05A99C) is known color: Persian Green. HEX triplet: 05, A9 and 9C. RGB value is (5,169,156). Sum of RGB (Red+Green+Blue) = 5+169+156=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #05A99C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A99C is #FA5663. Grayscale: #767676. Windows color (decimal): -16406116 or 10266885. OLE color: 10266885.

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

Color convert

RGB 5 169 156 -
CMYK 0.97 0 0.08 0.34
HSL 175.24º 0.94% 0.34% -
HSV(B) 175.24º 0.97% 0.66% -
XYZ 20.25 30.81 36.33 -
YUV 118.48 149.17 47.06 -
System Red Green Blue C M Y K H S L
Decimal 5 169 156 0.97 0 0.08 0.34 175.24 0.94 0.34
Hex 5 A9 9C 61 0 8 22 AF 5E 22
Octal 5 251 234 141 0 10 42 257 136 42
Binary 101 10101001 10011100 1100001 0 1000 100010 10101111 1011110 100010

Color Harmonies of #05A99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A99C

Black with #05A99C

Text Example


Text Example

White with #05A99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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