#05A28C

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

Shades of Persian Green #05A28C

Tints of Persian Green #05A28C

Color information

#05A28C (or 0x05A28C) is unknown color: approx Persian Green. HEX triplet: 05, A2 and 8C. RGB value is (5,162,140). Sum of RGB (Red+Green+Blue) = 5+162+140=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #05A28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A28C is #FA5D73. Grayscale: #707070. Windows color (decimal): -16407924 or 9216517. OLE color: 9216517.

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

Color convert

RGB5162140-
CMYK0.9700.140.36
HSL171.59º94.01%32.75%-
HSV(B)171.59º96.91%63.53%-
XYZ17.7227.7729.24-
YUV112.55143.4951.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=1.63%
G=52.77%
B=45.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51621400.9700.140.36171.5994.0132.75
Hex5A28C610E24ac5e21
Octal52422141410164425413641
Binary1011010001010001100110000101110100100101011001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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