Shades of Caribbean Green #12D08B
Tints of Caribbean Green #12D08B
RGB
CMYK
RGB Variations
Color information
#12D08B (or 0x12D08B) is known color: Caribbean Green. HEX triplet: 12, D0 and 8B. RGB value is (18,208,139). Sum of RGB (Red+Green+Blue) = 18+208+139=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #12D08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D08B is #ED2F74. Grayscale: #8F8F8F. Windows color (decimal): -15544181 or 9162770. OLE color: 9162770.
HSL color Cylindrical-coordinate representation of color #12D08B: hue angle of 158.21º 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 #12D08B is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 139 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.18 |
| HSL | 158.21º | 0.84% | 0.44% | - |
| HSV(B) | 158.21º | 0.91% | 0.82% | - |
| XYZ | 27.47 | 47.1 | 32.07 | - |
| YUV | 143.32 | 125.55 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 139 | 0.91 | 0 | 0.33 | 0.18 | 158.21 | 0.84 | 0.44 |
| Hex | 12 | D0 | 8B | 5B | 0 | 21 | 12 | 9E | 54 | 2C |
| Octal | 22 | 320 | 213 | 133 | 0 | 41 | 22 | 236 | 124 | 54 |
| Binary | 10010 | 11010000 | 10001011 | 1011011 | 0 | 100001 | 10010 | 10011110 | 1010100 | 101100 |
Color Harmonies of #12D08B
Complementary color
Monochromatic Colors of #12D08B
Black with #12D08B
Text Example
Text Example
White with #12D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D08B; }
p { color: rgb(18,208,139); }
H1.HeaderClassName
{
color: #12D08B;
}
.AnyTagClassName
{
color: #12D08B;
}
</style>
background-color css
<style>
a { background-color: #12D08B; }
a { background-color: rgb(18,208,139); }
div.DivClassName
{
background-color: #12D08B;
}
.BgClassName
{
background-color: #12D08B;
}
</style>
border-color css
<style>
span { border-color: #12D08B; }
span { border-color: rgb(18,208,139); }
td.TdClassName
{
border-color: #12D08B;
}
.TagClassName
{
border-color: #12D08B;
}
</style>