#05A08A

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

Shades of Persian Green #05A08A

Tints of Persian Green #05A08A

Color information

#05A08A (or 0x05A08A) is unknown color: approx Persian Green. HEX triplet: 05, A0 and 8A. RGB value is (5,160,138). Sum of RGB (Red+Green+Blue) = 5+160+138=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #05A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A08A is #FA5F75. Grayscale: #6F6F6F. Windows color (decimal): -16408438 or 9084933. OLE color: 9084933.

HSL color Cylindrical-coordinate representation of color #05A08A: hue angle of 171.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A08A is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB5160138-
CMYK0.9700.140.37
HSL171.48º93.94%32.35%-
HSV(B)171.48º96.88%62.75%-
XYZ17.2227.0128.35-
YUV111.15143.1552.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=1.65%
G=52.81%
B=45.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51601380.9700.140.37171.4893.9432.35
Hex5A08A610E25ab5e20
Octal52402121410164525313640
Binary1011010000010001010110000101110100101101010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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