Shades of Caribbean Green #10DFB0
Tints of Caribbean Green #10DFB0
RGB
CMYK
RGB Variations
Color information
#10DFB0 (or 0x10DFB0) is known color: Caribbean Green. HEX triplet: 10, DF and B0. RGB value is (16,223,176). Sum of RGB (Red+Green+Blue) = 16+223+176=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DFB0 is #EF204F. Grayscale: #9B9B9B. Windows color (decimal): -15671376 or 11591440. OLE color: 11591440.
HSL color Cylindrical-coordinate representation of color #10DFB0: hue angle of 166.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFB0 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 176 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.13 |
| HSL | 166.38º | 0.87% | 0.47% | - |
| HSV(B) | 166.38º | 0.93% | 0.87% | - |
| XYZ | 34.44 | 56.02 | 50.07 | - |
| YUV | 155.75 | 139.42 | 28.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 176 | 0.93 | 0 | 0.21 | 0.13 | 166.38 | 0.87 | 0.47 |
| Hex | 10 | DF | B0 | 5D | 0 | 15 | D | A6 | 57 | 2F |
| Octal | 20 | 337 | 260 | 135 | 0 | 25 | 15 | 246 | 127 | 57 |
| Binary | 10000 | 11011111 | 10110000 | 1011101 | 0 | 10101 | 1101 | 10100110 | 1010111 | 101111 |
Color Harmonies of #10DFB0
Complementary color
Monochromatic Colors of #10DFB0
Black with #10DFB0
Text Example
Text Example
White with #10DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFB0; }
p { color: rgb(16,223,176); }
H1.HeaderClassName
{
color: #10DFB0;
}
.AnyTagClassName
{
color: #10DFB0;
}
</style>
background-color css
<style>
a { background-color: #10DFB0; }
a { background-color: rgb(16,223,176); }
div.DivClassName
{
background-color: #10DFB0;
}
.BgClassName
{
background-color: #10DFB0;
}
</style>
border-color css
<style>
span { border-color: #10DFB0; }
span { border-color: rgb(16,223,176); }
td.TdClassName
{
border-color: #10DFB0;
}
.TagClassName
{
border-color: #10DFB0;
}
</style>