Shades of Caribbean Green #10DFB3
Tints of Caribbean Green #10DFB3
RGB
CMYK
RGB Variations
Color information
#10DFB3 (or 0x10DFB3) is known color: Caribbean Green. HEX triplet: 10, DF and B3. RGB value is (16,223,179). Sum of RGB (Red+Green+Blue) = 16+223+179=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFB3 is #EF204C. Grayscale: #9C9C9C. Windows color (decimal): -15671373 or 11788048. OLE color: 11788048.
HSL color Cylindrical-coordinate representation of color #10DFB3: hue angle of 167.25º 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 #10DFB3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 179 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.13 |
| HSL | 167.25º | 0.87% | 0.47% | - |
| HSV(B) | 167.25º | 0.93% | 0.87% | - |
| XYZ | 34.74 | 56.14 | 51.65 | - |
| YUV | 156.09 | 140.92 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 179 | 0.93 | 0 | 0.20 | 0.13 | 167.25 | 0.87 | 0.47 |
| Hex | 10 | DF | B3 | 5D | 0 | 14 | D | A7 | 57 | 2F |
| Octal | 20 | 337 | 263 | 135 | 0 | 24 | 15 | 247 | 127 | 57 |
| Binary | 10000 | 11011111 | 10110011 | 1011101 | 0 | 10100 | 1101 | 10100111 | 1010111 | 101111 |
Color Harmonies of #10DFB3
Complementary color
Monochromatic Colors of #10DFB3
Black with #10DFB3
Text Example
Text Example
White with #10DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFB3; }
p { color: rgb(16,223,179); }
H1.HeaderClassName
{
color: #10DFB3;
}
.AnyTagClassName
{
color: #10DFB3;
}
</style>
background-color css
<style>
a { background-color: #10DFB3; }
a { background-color: rgb(16,223,179); }
div.DivClassName
{
background-color: #10DFB3;
}
.BgClassName
{
background-color: #10DFB3;
}
</style>
border-color css
<style>
span { border-color: #10DFB3; }
span { border-color: rgb(16,223,179); }
td.TdClassName
{
border-color: #10DFB3;
}
.TagClassName
{
border-color: #10DFB3;
}
</style>