Shades of Caribbean Green #05DDB4
Tints of Caribbean Green #05DDB4
RGB
CMYK
RGB Variations
Color information
#05DDB4 (or 0x05DDB4) is known color: Caribbean Green. HEX triplet: 05, DD and B4. RGB value is (5,221,180). Sum of RGB (Red+Green+Blue) = 5+221+180=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDB4 is #FA224B. Grayscale: #979797. Windows color (decimal): -16392780 or 11853061. OLE color: 11853061.
HSL color Cylindrical-coordinate representation of color #05DDB4: hue angle of 168.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DDB4 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 180 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.13 |
| HSL | 168.61º | 0.96% | 0.44% | - |
| HSV(B) | 168.61º | 0.98% | 0.87% | - |
| XYZ | 34.16 | 55.04 | 52 | - |
| YUV | 151.74 | 143.94 | 23.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 180 | 0.98 | 0 | 0.19 | 0.13 | 168.61 | 0.96 | 0.44 |
| Hex | 5 | DD | B4 | 62 | 0 | 13 | D | A9 | 60 | 2C |
| Octal | 5 | 335 | 264 | 142 | 0 | 23 | 15 | 251 | 140 | 54 |
| Binary | 101 | 11011101 | 10110100 | 1100010 | 0 | 10011 | 1101 | 10101001 | 1100000 | 101100 |
Color Harmonies of #05DDB4
Complementary color
Monochromatic Colors of #05DDB4
Black with #05DDB4
Text Example
Text Example
White with #05DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDB4; }
p { color: rgb(5,221,180); }
H1.HeaderClassName
{
color: #05DDB4;
}
.AnyTagClassName
{
color: #05DDB4;
}
</style>
background-color css
<style>
a { background-color: #05DDB4; }
a { background-color: rgb(5,221,180); }
div.DivClassName
{
background-color: #05DDB4;
}
.BgClassName
{
background-color: #05DDB4;
}
</style>
border-color css
<style>
span { border-color: #05DDB4; }
span { border-color: rgb(5,221,180); }
td.TdClassName
{
border-color: #05DDB4;
}
.TagClassName
{
border-color: #05DDB4;
}
</style>