Shades of Caribbean Green #12DFB2
Tints of Caribbean Green #12DFB2
RGB
CMYK
RGB Variations
Color information
#12DFB2 (or 0x12DFB2) is known color: Caribbean Green. HEX triplet: 12, DF and B2. RGB value is (18,223,178). Sum of RGB (Red+Green+Blue) = 18+223+178=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DFB2 is #ED204D. Grayscale: #9C9C9C. Windows color (decimal): -15540302 or 11722514. OLE color: 11722514.
HSL color Cylindrical-coordinate representation of color #12DFB2: hue angle of 166.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFB2 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 178 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.13 |
| HSL | 166.83º | 0.85% | 0.47% | - |
| HSV(B) | 166.83º | 0.92% | 0.87% | - |
| XYZ | 34.67 | 56.12 | 51.12 | - |
| YUV | 156.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 178 | 0.92 | 0 | 0.20 | 0.13 | 166.83 | 0.85 | 0.47 |
| Hex | 12 | DF | B2 | 5C | 0 | 14 | D | A7 | 55 | 2F |
| Octal | 22 | 337 | 262 | 134 | 0 | 24 | 15 | 247 | 125 | 57 |
| Binary | 10010 | 11011111 | 10110010 | 1011100 | 0 | 10100 | 1101 | 10100111 | 1010101 | 101111 |
Color Harmonies of #12DFB2
Complementary color
Monochromatic Colors of #12DFB2
Black with #12DFB2
Text Example
Text Example
White with #12DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFB2; }
p { color: rgb(18,223,178); }
H1.HeaderClassName
{
color: #12DFB2;
}
.AnyTagClassName
{
color: #12DFB2;
}
</style>
background-color css
<style>
a { background-color: #12DFB2; }
a { background-color: rgb(18,223,178); }
div.DivClassName
{
background-color: #12DFB2;
}
.BgClassName
{
background-color: #12DFB2;
}
</style>
border-color css
<style>
span { border-color: #12DFB2; }
span { border-color: rgb(18,223,178); }
td.TdClassName
{
border-color: #12DFB2;
}
.TagClassName
{
border-color: #12DFB2;
}
</style>