#05A29A

Color #05A29A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #05A29A

Tints of Persian Green #05A29A

Color information

#05A29A (or 0x05A29A) is unknown color: approx Persian Green. HEX triplet: 05, A2 and 9A. RGB value is (5,162,154). Sum of RGB (Red+Green+Blue) = 5+162+154=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #05A29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A29A is #FA5D65. Grayscale: #727272. Windows color (decimal): -16407910 or 10134021. OLE color: 10134021.

HSL color Cylindrical-coordinate representation of color #05A29A: hue angle of 176.94º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A29A is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB5162154-
CMYK0.9700.050.36
HSL176.94º94.01%32.75%-
HSV(B)176.94º96.91%63.53%-
XYZ18.8228.2135.02-
YUV114.14150.4950.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=1.56%
G=50.47%
B=47.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51621540.9700.050.36176.9494.0132.75
Hex5A29A610524b15e21
Octal5242232141054426113641
Binary101101000101001101011000010101100100101100011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,162,154); }

 H1.HeaderClassName
 {
   color: #05A29A;
 }
 .AnyTagClassName
 {
   color: #05A29A;
 }
</style>
background-color css

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

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

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

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

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

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