#08B89B

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

Shades of Persian Green #08B89B

Tints of Persian Green #08B89B

Color information

#08B89B (or 0x08B89B) is unknown color: approx Persian Green. HEX triplet: 08, B8 and 9B. RGB value is (8,184,155). Sum of RGB (Red+Green+Blue) = 8+184+155=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #08B89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B89B is #F74764. Grayscale: #808080. Windows color (decimal): -16205669 or 10205192. OLE color: 10205192.

HSL color Cylindrical-coordinate representation of color #08B89B: hue angle of 170.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B89B is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB8184155-
CMYK0.9600.160.28
HSL170.11º91.67%37.65%-
HSV(B)170.11º95.65%72.16%-
XYZ23.1636.736.87-
YUV128.07143.1942.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=2.31%
G=53.03%
B=44.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81841550.9600.160.28170.1191.6737.65
Hex8B89B600101Caa5c26
Octal102702331400203425213446
Binary10001011100010011011110000001000011100101010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,155); }

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

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

 a { background-color: rgb(8,184,155); }

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

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

 span { border-color: rgb(8,184,155); }

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