#08AD8E

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

Shades of Persian Green #08AD8E

Tints of Persian Green #08AD8E

Color information

#08AD8E (or 0x08AD8E) is unknown color: approx Persian Green. HEX triplet: 08, AD and 8E. RGB value is (8,173,142). Sum of RGB (Red+Green+Blue) = 8+173+142=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AD8E is #F75271. Grayscale: #787878. Windows color (decimal): -16208498 or 9350408. OLE color: 9350408.

HSL color Cylindrical-coordinate representation of color #08AD8E: hue angle of 168.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD8E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB8173142-
CMYK0.9500.180.32
HSL168.73º91.16%35.49%-
HSV(B)168.73º95.38%67.84%-
XYZ19.9331.8930.7-
YUV120.13140.3448.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 173 (67.97% from 255) = 53.56%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=2.48%
G=53.56%
B=43.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731420.9500.180.32168.7391.1635.49
Hex8AD8E5F01220a95b23
Octal102552161370224025113343
Binary100010101101100011101011111010010100000101010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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