Shades of Caribbean Green #0CDF8B
Tints of Caribbean Green #0CDF8B
RGB
CMYK
RGB Variations
Color information
#0CDF8B (or 0x0CDF8B) is known color: Caribbean Green. HEX triplet: 0C, DF and 8B. RGB value is (12,223,139). Sum of RGB (Red+Green+Blue) = 12+223+139=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDF8B is #F32074. Grayscale: #969696. Windows color (decimal): -15933557 or 9166604. OLE color: 9166604.
HSL color Cylindrical-coordinate representation of color #0CDF8B: hue angle of 156.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF8B is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 139 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.13 |
| HSL | 156.11º | 0.9% | 0.46% | - |
| HSV(B) | 156.11º | 0.95% | 0.87% | - |
| XYZ | 31.2 | 54.72 | 33.34 | - |
| YUV | 150.34 | 121.6 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 139 | 0.95 | 0 | 0.38 | 0.13 | 156.11 | 0.9 | 0.46 |
| Hex | C | DF | 8B | 5F | 0 | 26 | D | 9C | 5A | 2E |
| Octal | 14 | 337 | 213 | 137 | 0 | 46 | 15 | 234 | 132 | 56 |
| Binary | 1100 | 11011111 | 10001011 | 1011111 | 0 | 100110 | 1101 | 10011100 | 1011010 | 101110 |
Color Harmonies of #0CDF8B
Complementary color
Monochromatic Colors of #0CDF8B
Black with #0CDF8B
Text Example
Text Example
White with #0CDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF8B; }
p { color: rgb(12,223,139); }
H1.HeaderClassName
{
color: #0CDF8B;
}
.AnyTagClassName
{
color: #0CDF8B;
}
</style>
background-color css
<style>
a { background-color: #0CDF8B; }
a { background-color: rgb(12,223,139); }
div.DivClassName
{
background-color: #0CDF8B;
}
.BgClassName
{
background-color: #0CDF8B;
}
</style>
border-color css
<style>
span { border-color: #0CDF8B; }
span { border-color: rgb(12,223,139); }
td.TdClassName
{
border-color: #0CDF8B;
}
.TagClassName
{
border-color: #0CDF8B;
}
</style>