Shades of Caribbean Green #10CDB1
Tints of Caribbean Green #10CDB1
RGB
CMYK
RGB Variations
Color information
#10CDB1 (or 0x10CDB1) is known color: Caribbean Green. HEX triplet: 10, CD and B1. RGB value is (16,205,177). Sum of RGB (Red+Green+Blue) = 16+205+177=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CDB1 is #EF324E. Grayscale: #919191. Windows color (decimal): -15675983 or 11652368. OLE color: 11652368.
HSL color Cylindrical-coordinate representation of color #10CDB1: hue angle of 171.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CDB1 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 177 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.20 |
| HSL | 171.11º | 0.86% | 0.43% | - |
| HSV(B) | 171.11º | 0.92% | 0.8% | - |
| XYZ | 29.98 | 46.95 | 49.08 | - |
| YUV | 145.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 177 | 0.92 | 0 | 0.14 | 0.20 | 171.11 | 0.86 | 0.43 |
| Hex | 10 | CD | B1 | 5C | 0 | E | 14 | AB | 56 | 2B |
| Octal | 20 | 315 | 261 | 134 | 0 | 16 | 24 | 253 | 126 | 53 |
| Binary | 10000 | 11001101 | 10110001 | 1011100 | 0 | 1110 | 10100 | 10101011 | 1010110 | 101011 |
Color Harmonies of #10CDB1
Complementary color
Monochromatic Colors of #10CDB1
Black with #10CDB1
Text Example
Text Example
White with #10CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDB1; }
p { color: rgb(16,205,177); }
H1.HeaderClassName
{
color: #10CDB1;
}
.AnyTagClassName
{
color: #10CDB1;
}
</style>
background-color css
<style>
a { background-color: #10CDB1; }
a { background-color: rgb(16,205,177); }
div.DivClassName
{
background-color: #10CDB1;
}
.BgClassName
{
background-color: #10CDB1;
}
</style>
border-color css
<style>
span { border-color: #10CDB1; }
span { border-color: rgb(16,205,177); }
td.TdClassName
{
border-color: #10CDB1;
}
.TagClassName
{
border-color: #10CDB1;
}
</style>