Html Css Color HEX #05AAAA Persian Green

📋 copy color: '#05AAAA'

red 5 ◦ green 170 ◦ blue 170

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

Shades of Persian Green #05AAAA

Tints of Persian Green #05AAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 1.45%
G = 49.28%
B = 49.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#05AAAA (or 0x05AAAA) is known color: Persian Green. HEX triplet: 05, AA and AA. RGB value is (5,170,170). Sum of RGB (Red+Green+Blue) = 5+170+170=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #05AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AAAA is #FA5555. Grayscale: #787878. Windows color (decimal): -16405846 or 11184645. OLE color: 11184645.

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

Color convert

RGB 5 170 170 -
CMYK 0.97 0 0 0.33
HSL 180º 0.94% 0.34% -
HSV(B) 180º 0.97% 0.67% -
XYZ 21.69 31.68 43 -
YUV 120.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 5 170 170 0.97 0 0 0.33 180 0.94 0.34
Hex 5 AA AA 61 0 0 21 B4 5E 22
Octal 5 252 252 141 0 0 41 264 136 42
Binary 101 10101010 10101010 1100001 0 0 100001 10110100 1011110 100010

Color Harmonies of #05AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAAA

Black with #05AAAA

Text Example


Text Example

White with #05AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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