Shades of Caribbean Green #12CFB2
Tints of Caribbean Green #12CFB2
RGB
CMYK
RGB Variations
Color information
#12CFB2 (or 0x12CFB2) is known color: Caribbean Green. HEX triplet: 12, CF and B2. RGB value is (18,207,178). Sum of RGB (Red+Green+Blue) = 18+207+178=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFB2 is #ED304D. Grayscale: #939393. Windows color (decimal): -15544398 or 11718418. OLE color: 11718418.
HSL color Cylindrical-coordinate representation of color #12CFB2: hue angle of 170.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CFB2 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 178 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.19 |
| HSL | 170.79º | 0.84% | 0.44% | - |
| HSV(B) | 170.79º | 0.91% | 0.81% | - |
| XYZ | 30.6 | 47.97 | 49.77 | - |
| YUV | 147.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 178 | 0.91 | 0 | 0.14 | 0.19 | 170.79 | 0.84 | 0.44 |
| Hex | 12 | CF | B2 | 5B | 0 | E | 13 | AB | 54 | 2C |
| Octal | 22 | 317 | 262 | 133 | 0 | 16 | 23 | 253 | 124 | 54 |
| Binary | 10010 | 11001111 | 10110010 | 1011011 | 0 | 1110 | 10011 | 10101011 | 1010100 | 101100 |
Color Harmonies of #12CFB2
Complementary color
Monochromatic Colors of #12CFB2
Black with #12CFB2
Text Example
Text Example
White with #12CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFB2; }
p { color: rgb(18,207,178); }
H1.HeaderClassName
{
color: #12CFB2;
}
.AnyTagClassName
{
color: #12CFB2;
}
</style>
background-color css
<style>
a { background-color: #12CFB2; }
a { background-color: rgb(18,207,178); }
div.DivClassName
{
background-color: #12CFB2;
}
.BgClassName
{
background-color: #12CFB2;
}
</style>
border-color css
<style>
span { border-color: #12CFB2; }
span { border-color: rgb(18,207,178); }
td.TdClassName
{
border-color: #12CFB2;
}
.TagClassName
{
border-color: #12CFB2;
}
</style>