Html Css Color HEX #05AAA0 Persian Green

📋 copy color: '#05AAA0'

red 5 ◦ green 170 ◦ blue 160

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

Shades of Persian Green #05AAA0

Tints of Persian Green #05AAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.76%

R = 1.49%
G = 50.75%
B = 47.76%

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

#05AAA0 (or 0x05AAA0) is known color: Persian Green. HEX triplet: 05, AA and A0. RGB value is (5,170,160). Sum of RGB (Red+Green+Blue) = 5+170+160=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #05AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AAA0 is #FA555F. Grayscale: #777777. Windows color (decimal): -16405856 or 10529285. OLE color: 10529285.

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

Color convert

RGB 5 170 160 -
CMYK 0.97 0 0.06 0.33
HSL 176.36º 0.94% 0.34% -
HSV(B) 176.36º 0.97% 0.67% -
XYZ 20.78 31.32 38.21 -
YUV 119.53 150.84 46.31 -
System Red Green Blue C M Y K H S L
Decimal 5 170 160 0.97 0 0.06 0.33 176.36 0.94 0.34
Hex 5 AA A0 61 0 6 21 B0 5E 22
Octal 5 252 240 141 0 6 41 260 136 42
Binary 101 10101010 10100000 1100001 0 110 100001 10110000 1011110 100010

Color Harmonies of #05AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAA0

Black with #05AAA0

Text Example


Text Example

White with #05AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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