Shades of Caribbean Green #08DDA4
Tints of Caribbean Green #08DDA4
RGB
CMYK
RGB Variations
Color information
#08DDA4 (or 0x08DDA4) is known color: Caribbean Green. HEX triplet: 08, DD and A4. RGB value is (8,221,164). Sum of RGB (Red+Green+Blue) = 8+221+164=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DDA4 is #F7225B. Grayscale: #969696. Windows color (decimal): -16196188 or 10804488. OLE color: 10804488.
HSL color Cylindrical-coordinate representation of color #08DDA4: hue angle of 163.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DDA4 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 164 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.13 |
| HSL | 163.94º | 0.93% | 0.45% | - |
| HSV(B) | 163.94º | 0.96% | 0.87% | - |
| XYZ | 32.66 | 54.44 | 43.91 | - |
| YUV | 150.82 | 135.43 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 164 | 0.96 | 0 | 0.26 | 0.13 | 163.94 | 0.93 | 0.45 |
| Hex | 8 | DD | A4 | 60 | 0 | 1A | D | A4 | 5D | 2D |
| Octal | 10 | 335 | 244 | 140 | 0 | 32 | 15 | 244 | 135 | 55 |
| Binary | 1000 | 11011101 | 10100100 | 1100000 | 0 | 11010 | 1101 | 10100100 | 1011101 | 101101 |
Color Harmonies of #08DDA4
Complementary color
Monochromatic Colors of #08DDA4
Black with #08DDA4
Text Example
Text Example
White with #08DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DDA4; }
p { color: rgb(8,221,164); }
H1.HeaderClassName
{
color: #08DDA4;
}
.AnyTagClassName
{
color: #08DDA4;
}
</style>
background-color css
<style>
a { background-color: #08DDA4; }
a { background-color: rgb(8,221,164); }
div.DivClassName
{
background-color: #08DDA4;
}
.BgClassName
{
background-color: #08DDA4;
}
</style>
border-color css
<style>
span { border-color: #08DDA4; }
span { border-color: rgb(8,221,164); }
td.TdClassName
{
border-color: #08DDA4;
}
.TagClassName
{
border-color: #08DDA4;
}
</style>