#08D2A6

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

Shades of Caribbean Green #08D2A6

Tints of Caribbean Green #08D2A6

Color information

#08D2A6 (or 0x08D2A6) is unknown color: approx Caribbean Green. HEX triplet: 08, D2 and A6. RGB value is (8,210,166). Sum of RGB (Red+Green+Blue) = 8+210+166=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #08D2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D2A6 is #F72D59. Grayscale: #909090. Windows color (decimal): -16199002 or 10932744. OLE color: 10932744.

HSL color Cylindrical-coordinate representation of color #08D2A6: hue angle of 166.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D2A6 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB8210166-
CMYK0.9600.210.18
HSL166.93º92.66%42.75%-
HSV(B)166.93º96.19%82.35%-
XYZ30.0348.943.93-
YUV144.59140.0830.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.08%
GREEN value IS 210 (82.42% from 255) = 54.69%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=2.08%
G=54.69%
B=43.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82101660.9600.210.18166.9392.6642.75
Hex8D2A66001512a75d2b
Octal103222461400252224713553
Binary10001101001010100110110000001010110010101001111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,210,166); }

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

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

 a { background-color: rgb(8,210,166); }

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

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

 span { border-color: rgb(8,210,166); }

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