#08A19A

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

Shades of Persian Green #08A19A

Tints of Persian Green #08A19A

Color information

#08A19A (or 0x08A19A) is unknown color: approx Persian Green. HEX triplet: 08, A1 and 9A. RGB value is (8,161,154). Sum of RGB (Red+Green+Blue) = 8+161+154=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #08A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A19A is #F75E65. Grayscale: #727272. Windows color (decimal): -16211558 or 10133768. OLE color: 10133768.

HSL color Cylindrical-coordinate representation of color #08A19A: hue angle of 177.25º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A19A is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB8161154-
CMYK0.9500.040.37
HSL177.25º90.53%33.14%-
HSV(B)177.25º95.03%63.14%-
XYZ18.6827.8734.97-
YUV114.45150.3152.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=2.48%
G=49.85%
B=47.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81611540.9500.040.37177.2590.5333.14
Hex8A19A5F0425b15b21
Octal10241232137044526113341
Binary1000101000011001101010111110100100101101100011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,161,154); }

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

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

 a { background-color: rgb(8,161,154); }

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

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

 span { border-color: rgb(8,161,154); }

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