Shades of Caribbean Green #12D09A
Tints of Caribbean Green #12D09A
RGB
CMYK
RGB Variations
Color information
#12D09A (or 0x12D09A) is known color: Caribbean Green. HEX triplet: 12, D0 and 9A. RGB value is (18,208,154). Sum of RGB (Red+Green+Blue) = 18+208+154=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #12D09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D09A is #ED2F65. Grayscale: #919191. Windows color (decimal): -15544166 or 10145810. OLE color: 10145810.
HSL color Cylindrical-coordinate representation of color #12D09A: hue angle of 162.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D09A is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 154 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.18 |
| HSL | 162.95º | 0.84% | 0.44% | - |
| HSV(B) | 162.95º | 0.91% | 0.82% | - |
| XYZ | 28.64 | 47.57 | 38.25 | - |
| YUV | 145.03 | 133.05 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 154 | 0.91 | 0 | 0.26 | 0.18 | 162.95 | 0.84 | 0.44 |
| Hex | 12 | D0 | 9A | 5B | 0 | 1A | 12 | A3 | 54 | 2C |
| Octal | 22 | 320 | 232 | 133 | 0 | 32 | 22 | 243 | 124 | 54 |
| Binary | 10010 | 11010000 | 10011010 | 1011011 | 0 | 11010 | 10010 | 10100011 | 1010100 | 101100 |
Color Harmonies of #12D09A
Complementary color
Monochromatic Colors of #12D09A
Black with #12D09A
Text Example
Text Example
White with #12D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D09A; }
p { color: rgb(18,208,154); }
H1.HeaderClassName
{
color: #12D09A;
}
.AnyTagClassName
{
color: #12D09A;
}
</style>
background-color css
<style>
a { background-color: #12D09A; }
a { background-color: rgb(18,208,154); }
div.DivClassName
{
background-color: #12D09A;
}
.BgClassName
{
background-color: #12D09A;
}
</style>
border-color css
<style>
span { border-color: #12D09A; }
span { border-color: rgb(18,208,154); }
td.TdClassName
{
border-color: #12D09A;
}
.TagClassName
{
border-color: #12D09A;
}
</style>