Shades of Caribbean Green #10CCB2
Tints of Caribbean Green #10CCB2
RGB
CMYK
RGB Variations
Color information
#10CCB2 (or 0x10CCB2) is known color: Caribbean Green. HEX triplet: 10, CC and B2. RGB value is (16,204,178). Sum of RGB (Red+Green+Blue) = 16+204+178=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CCB2 is #EF334D. Grayscale: #909090. Windows color (decimal): -15676238 or 11717648. OLE color: 11717648.
HSL color Cylindrical-coordinate representation of color #10CCB2: hue angle of 171.7º degrees, saturation: 0.85, 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 #10CCB2 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 178 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.2 |
| HSL | 171.7º | 0.85% | 0.43% | - |
| HSV(B) | 171.7º | 0.92% | 0.8% | - |
| XYZ | 29.84 | 46.51 | 49.52 | - |
| YUV | 144.82 | 146.72 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 178 | 0.92 | 0 | 0.13 | 0.2 | 171.7 | 0.85 | 0.43 |
| Hex | 10 | CC | B2 | 5C | 0 | D | 14 | AC | 55 | 2B |
| Octal | 20 | 314 | 262 | 134 | 0 | 15 | 24 | 254 | 125 | 53 |
| Binary | 10000 | 11001100 | 10110010 | 1011100 | 0 | 1101 | 10100 | 10101100 | 1010101 | 101011 |
Color Harmonies of #10CCB2
Complementary color
Monochromatic Colors of #10CCB2
Black with #10CCB2
Text Example
Text Example
White with #10CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCB2; }
p { color: rgb(16,204,178); }
H1.HeaderClassName
{
color: #10CCB2;
}
.AnyTagClassName
{
color: #10CCB2;
}
</style>
background-color css
<style>
a { background-color: #10CCB2; }
a { background-color: rgb(16,204,178); }
div.DivClassName
{
background-color: #10CCB2;
}
.BgClassName
{
background-color: #10CCB2;
}
</style>
border-color css
<style>
span { border-color: #10CCB2; }
span { border-color: rgb(16,204,178); }
td.TdClassName
{
border-color: #10CCB2;
}
.TagClassName
{
border-color: #10CCB2;
}
</style>