Shades of Caribbean Green #12CFAF
Tints of Caribbean Green #12CFAF
RGB
CMYK
RGB Variations
Color information
#12CFAF (or 0x12CFAF) is known color: Caribbean Green. HEX triplet: 12, CF and AF. RGB value is (18,207,175). Sum of RGB (Red+Green+Blue) = 18+207+175=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFAF is #ED3050. Grayscale: #929292. Windows color (decimal): -15544401 or 11521810. OLE color: 11521810.
HSL color Cylindrical-coordinate representation of color #12CFAF: hue angle of 169.84º 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 #12CFAF is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 175 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.19 |
| HSL | 169.84º | 0.84% | 0.44% | - |
| HSV(B) | 169.84º | 0.91% | 0.81% | - |
| XYZ | 30.3 | 47.85 | 48.2 | - |
| YUV | 146.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 175 | 0.91 | 0 | 0.15 | 0.19 | 169.84 | 0.84 | 0.44 |
| Hex | 12 | CF | AF | 5B | 0 | F | 13 | AA | 54 | 2C |
| Octal | 22 | 317 | 257 | 133 | 0 | 17 | 23 | 252 | 124 | 54 |
| Binary | 10010 | 11001111 | 10101111 | 1011011 | 0 | 1111 | 10011 | 10101010 | 1010100 | 101100 |
Color Harmonies of #12CFAF
Complementary color
Monochromatic Colors of #12CFAF
Black with #12CFAF
Text Example
Text Example
White with #12CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFAF; }
p { color: rgb(18,207,175); }
H1.HeaderClassName
{
color: #12CFAF;
}
.AnyTagClassName
{
color: #12CFAF;
}
</style>
background-color css
<style>
a { background-color: #12CFAF; }
a { background-color: rgb(18,207,175); }
div.DivClassName
{
background-color: #12CFAF;
}
.BgClassName
{
background-color: #12CFAF;
}
</style>
border-color css
<style>
span { border-color: #12CFAF; }
span { border-color: rgb(18,207,175); }
td.TdClassName
{
border-color: #12CFAF;
}
.TagClassName
{
border-color: #12CFAF;
}
</style>