#08B69C

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

Shades of Persian Green #08B69C

Tints of Persian Green #08B69C

Color information

#08B69C (or 0x08B69C) is unknown color: approx Persian Green. HEX triplet: 08, B6 and 9C. RGB value is (8,182,156). Sum of RGB (Red+Green+Blue) = 8+182+156=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #08B69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B69C is #F74963. Grayscale: #7E7E7E. Windows color (decimal): -16206180 or 10270216. OLE color: 10270216.

HSL color Cylindrical-coordinate representation of color #08B69C: hue angle of 171.03º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B69C is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB8182156-
CMYK0.9600.140.29
HSL171.03º91.58%37.25%-
HSV(B)171.03º95.6%71.37%-
XYZ22.8335.9137.18-
YUV127.01144.3543.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=2.31%
G=52.60%
B=45.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81821560.9600.140.29171.0391.5837.25
Hex8B69C600E1Dab5c25
Octal102662341400163525313445
Binary1000101101101001110011000000111011101101010111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,182,156); }

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

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

 a { background-color: rgb(8,182,156); }

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

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

 span { border-color: rgb(8,182,156); }

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