#08DBB4

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

Shades of Caribbean Green #08DBB4

Tints of Caribbean Green #08DBB4

Color information

#08DBB4 (or 0x08DBB4) is unknown color: approx Caribbean Green. HEX triplet: 08, DB and B4. RGB value is (8,219,180). Sum of RGB (Red+Green+Blue) = 8+219+180=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBB4 is #F7244B. Grayscale: #979797. Windows color (decimal): -16196684 or 11852552. OLE color: 11852552.

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

Color convert

RGB8219180-
CMYK0.9600.180.14
HSL168.91º92.95%44.51%-
HSV(B)168.91º96.35%85.88%-
XYZ33.6754.0151.83-
YUV151.46144.125.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.97%
GREEN value IS 219 (85.94% from 255) = 53.81%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=1.97%
G=53.81%
B=44.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82191800.9600.180.14168.9192.9544.51
Hex8DBB460012Ea95d2d
Octal103332641400221625113555
Binary1000110110111011010011000000100101110101010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,219,180); }

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

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

 a { background-color: rgb(8,219,180); }

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

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

 span { border-color: rgb(8,219,180); }

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