#08A3A0

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

Shades of Persian Green #08A3A0

Tints of Persian Green #08A3A0

Color information

#08A3A0 (or 0x08A3A0) is unknown color: approx Persian Green. HEX triplet: 08, A3 and A0. RGB value is (8,163,160). Sum of RGB (Red+Green+Blue) = 8+163+160=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #08A3A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A3A0 is #F75C5F. Grayscale: #747474. Windows color (decimal): -16211040 or 10527496. OLE color: 10527496.

HSL color Cylindrical-coordinate representation of color #08A3A0: hue angle of 178.84º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A3A0 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB8163160-
CMYK0.9500.020.36
HSL178.84º90.64%33.53%-
HSV(B)178.84º95.09%63.92%-
XYZ19.5428.7837.78-
YUV116.31152.6550.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.42%
GREEN value IS 163 (64.06% from 255) = 49.24%
BLUE value IS 160 (62.89% from 255) = 48.34%
R=2.42%
G=49.24%
B=48.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81631600.9500.020.36178.8490.6433.53
Hex8A3A05F0224b35b22
Octal10243240137024426313342
Binary100010100011101000001011111010100100101100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A3A0; }

 p { color: rgb(8,163,160); }

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

<style>
 a { background-color: #08A3A0; }

 a { background-color: rgb(8,163,160); }

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

<style>
 span { border-color: #08A3A0; }

 span { border-color: rgb(8,163,160); }

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