Html Css Color HEX #05AAA3 Persian Green

📋 copy color: '#05AAA3'

red 5 ◦ green 170 ◦ blue 163

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

Shades of Persian Green #05AAA3

Tints of Persian Green #05AAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.22%

R = 1.48%
G = 50.3%
B = 48.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#05AAA3 (or 0x05AAA3) is known color: Persian Green. HEX triplet: 05, AA and A3. RGB value is (5,170,163). Sum of RGB (Red+Green+Blue) = 5+170+163=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #05AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AAA3 is #FA555C. Grayscale: #777777. Windows color (decimal): -16405853 or 10725893. OLE color: 10725893.

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

Color convert

RGB 5 170 163 -
CMYK 0.97 0 0.04 0.33
HSL 177.45º 0.94% 0.34% -
HSV(B) 177.45º 0.97% 0.67% -
XYZ 21.05 31.43 39.61 -
YUV 119.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 5 170 163 0.97 0 0.04 0.33 177.45 0.94 0.34
Hex 5 AA A3 61 0 4 21 B1 5E 22
Octal 5 252 243 141 0 4 41 261 136 42
Binary 101 10101010 10100011 1100001 0 100 100001 10110001 1011110 100010

Color Harmonies of #05AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAA3

Black with #05AAA3

Text Example


Text Example

White with #05AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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