#08A28E

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

Shades of Persian Green #08A28E

Tints of Persian Green #08A28E

Color information

#08A28E (or 0x08A28E) is unknown color: approx Persian Green. HEX triplet: 08, A2 and 8E. RGB value is (8,162,142). Sum of RGB (Red+Green+Blue) = 8+162+142=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #08A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A28E is #F75D71. Grayscale: #717171. Windows color (decimal): -16211314 or 9347592. OLE color: 9347592.

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

Color convert

RGB8162142-
CMYK0.9500.120.36
HSL172.21º90.59%33.33%-
HSV(B)172.21º95.06%63.53%-
XYZ17.927.8530.02-
YUV113.67143.9852.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=2.56%
G=51.92%
B=45.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81621420.9500.120.36172.2190.5933.33
Hex8A28E5F0C24ac5b21
Octal102422161370144425413341
Binary10001010001010001110101111101100100100101011001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,162,142); }

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

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

 a { background-color: rgb(8,162,142); }

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

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

 span { border-color: rgb(8,162,142); }

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