#08AD9F

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

Shades of Persian Green #08AD9F

Tints of Persian Green #08AD9F

Color information

#08AD9F (or 0x08AD9F) is unknown color: approx Persian Green. HEX triplet: 08, AD and 9F. RGB value is (8,173,159). Sum of RGB (Red+Green+Blue) = 8+173+159=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AD9F is #F75260. Grayscale: #797979. Windows color (decimal): -16208481 or 10464520. OLE color: 10464520.

HSL color Cylindrical-coordinate representation of color #08AD9F: hue angle of 174.91º 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 #08AD9F is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB8173159-
CMYK0.9500.080.32
HSL174.91º91.16%35.49%-
HSV(B)174.91º95.38%67.84%-
XYZ21.332.4437.94-
YUV122.07148.8446.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.35%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=2.35%
G=50.88%
B=46.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731590.9500.080.32174.9191.1635.49
Hex8AD9F5F0820af5b23
Octal102552371370104025713343
Binary10001010110110011111101111101000100000101011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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