Shades of Caribbean Green #10DDB4
Tints of Caribbean Green #10DDB4
RGB
CMYK
RGB Variations
Color information
#10DDB4 (or 0x10DDB4) is known color: Caribbean Green. HEX triplet: 10, DD and B4. RGB value is (16,221,180). Sum of RGB (Red+Green+Blue) = 16+221+180=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DDB4 is #EF224B. Grayscale: #9A9A9A. Windows color (decimal): -15671884 or 11853072. OLE color: 11853072.
HSL color Cylindrical-coordinate representation of color #10DDB4: hue angle of 168º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDB4 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 180 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.13 |
| HSL | 168º | 0.86% | 0.46% | - |
| HSV(B) | 168º | 0.93% | 0.87% | - |
| XYZ | 34.31 | 55.12 | 52.01 | - |
| YUV | 155.03 | 142.08 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 180 | 0.93 | 0 | 0.19 | 0.13 | 168 | 0.86 | 0.46 |
| Hex | 10 | DD | B4 | 5D | 0 | 13 | D | A8 | 56 | 2E |
| Octal | 20 | 335 | 264 | 135 | 0 | 23 | 15 | 250 | 126 | 56 |
| Binary | 10000 | 11011101 | 10110100 | 1011101 | 0 | 10011 | 1101 | 10101000 | 1010110 | 101110 |
Color Harmonies of #10DDB4
Complementary color
Monochromatic Colors of #10DDB4
Black with #10DDB4
Text Example
Text Example
White with #10DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDB4; }
p { color: rgb(16,221,180); }
H1.HeaderClassName
{
color: #10DDB4;
}
.AnyTagClassName
{
color: #10DDB4;
}
</style>
background-color css
<style>
a { background-color: #10DDB4; }
a { background-color: rgb(16,221,180); }
div.DivClassName
{
background-color: #10DDB4;
}
.BgClassName
{
background-color: #10DDB4;
}
</style>
border-color css
<style>
span { border-color: #10DDB4; }
span { border-color: rgb(16,221,180); }
td.TdClassName
{
border-color: #10DDB4;
}
.TagClassName
{
border-color: #10DDB4;
}
</style>