#08B692

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

Shades of Persian Green #08B692

Tints of Persian Green #08B692

Color information

#08B692 (or 0x08B692) is unknown color: approx Persian Green. HEX triplet: 08, B6 and 92. RGB value is (8,182,146). Sum of RGB (Red+Green+Blue) = 8+182+146=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #08B692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B692 is #F7496D. Grayscale: #7D7D7D. Windows color (decimal): -16206190 or 9614856. OLE color: 9614856.

HSL color Cylindrical-coordinate representation of color #08B692: hue angle of 167.59º 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 #08B692 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB8182146-
CMYK0.9600.200.29
HSL167.59º91.58%37.25%-
HSV(B)167.59º95.6%71.37%-
XYZ22.0235.5832.9-
YUV125.87139.3543.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.38%
GREEN value IS 182 (71.48% from 255) = 54.17%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=2.38%
G=54.17%
B=43.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81821460.9600.200.29167.5991.5837.25
Hex8B692600141Da85c25
Octal102662221400243525013445
Binary10001011011010010010110000001010011101101010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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