Shades of Caribbean Green #12CCB0
Tints of Caribbean Green #12CCB0
RGB
CMYK
RGB Variations
Color information
#12CCB0 (or 0x12CCB0) is known color: Caribbean Green. HEX triplet: 12, CC and B0. RGB value is (18,204,176). Sum of RGB (Red+Green+Blue) = 18+204+176=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCB0 is #ED334F. Grayscale: #919191. Windows color (decimal): -15545168 or 11586578. OLE color: 11586578.
HSL color Cylindrical-coordinate representation of color #12CCB0: hue angle of 170.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCB0 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 176 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.2 |
| HSL | 170.97º | 0.84% | 0.44% | - |
| HSV(B) | 170.97º | 0.91% | 0.8% | - |
| XYZ | 29.68 | 46.45 | 48.48 | - |
| YUV | 145.19 | 145.38 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 176 | 0.91 | 0 | 0.14 | 0.2 | 170.97 | 0.84 | 0.44 |
| Hex | 12 | CC | B0 | 5B | 0 | E | 14 | AB | 54 | 2C |
| Octal | 22 | 314 | 260 | 133 | 0 | 16 | 24 | 253 | 124 | 54 |
| Binary | 10010 | 11001100 | 10110000 | 1011011 | 0 | 1110 | 10100 | 10101011 | 1010100 | 101100 |
Color Harmonies of #12CCB0
Complementary color
Monochromatic Colors of #12CCB0
Black with #12CCB0
Text Example
Text Example
White with #12CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCB0; }
p { color: rgb(18,204,176); }
H1.HeaderClassName
{
color: #12CCB0;
}
.AnyTagClassName
{
color: #12CCB0;
}
</style>
background-color css
<style>
a { background-color: #12CCB0; }
a { background-color: rgb(18,204,176); }
div.DivClassName
{
background-color: #12CCB0;
}
.BgClassName
{
background-color: #12CCB0;
}
</style>
border-color css
<style>
span { border-color: #12CCB0; }
span { border-color: rgb(18,204,176); }
td.TdClassName
{
border-color: #12CCB0;
}
.TagClassName
{
border-color: #12CCB0;
}
</style>