Shades of Caribbean Green #12CBAE
Tints of Caribbean Green #12CBAE
RGB
CMYK
RGB Variations
Color information
#12CBAE (or 0x12CBAE) is known color: Caribbean Green. HEX triplet: 12, CB and AE. RGB value is (18,203,174). Sum of RGB (Red+Green+Blue) = 18+203+174=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBAE is #ED3451. Grayscale: #909090. Windows color (decimal): -15545426 or 11455250. OLE color: 11455250.
HSL color Cylindrical-coordinate representation of color #12CBAE: hue angle of 170.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBAE is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 174 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.20 |
| HSL | 170.59º | 0.84% | 0.43% | - |
| HSV(B) | 170.59º | 0.91% | 0.8% | - |
| XYZ | 29.25 | 45.9 | 47.36 | - |
| YUV | 144.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 174 | 0.91 | 0 | 0.14 | 0.20 | 170.59 | 0.84 | 0.43 |
| Hex | 12 | CB | AE | 5B | 0 | E | 14 | AB | 54 | 2B |
| Octal | 22 | 313 | 256 | 133 | 0 | 16 | 24 | 253 | 124 | 53 |
| Binary | 10010 | 11001011 | 10101110 | 1011011 | 0 | 1110 | 10100 | 10101011 | 1010100 | 101011 |
Color Harmonies of #12CBAE
Complementary color
Monochromatic Colors of #12CBAE
Black with #12CBAE
Text Example
Text Example
White with #12CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBAE; }
p { color: rgb(18,203,174); }
H1.HeaderClassName
{
color: #12CBAE;
}
.AnyTagClassName
{
color: #12CBAE;
}
</style>
background-color css
<style>
a { background-color: #12CBAE; }
a { background-color: rgb(18,203,174); }
div.DivClassName
{
background-color: #12CBAE;
}
.BgClassName
{
background-color: #12CBAE;
}
</style>
border-color css
<style>
span { border-color: #12CBAE; }
span { border-color: rgb(18,203,174); }
td.TdClassName
{
border-color: #12CBAE;
}
.TagClassName
{
border-color: #12CBAE;
}
</style>