Shades of Caribbean Green #0CE19B
Tints of Caribbean Green #0CE19B
RGB
CMYK
RGB Variations
Color information
#0CE19B (or 0x0CE19B) is known color: Caribbean Green. HEX triplet: 0C, E1 and 9B. RGB value is (12,225,155). Sum of RGB (Red+Green+Blue) = 12+225+155=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE19B is #F31E64. Grayscale: #999999. Windows color (decimal): -15933029 or 10215692. OLE color: 10215692.
HSL color Cylindrical-coordinate representation of color #0CE19B: hue angle of 160.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE19B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 155 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.12 |
| HSL | 160.28º | 0.9% | 0.46% | - |
| HSV(B) | 160.28º | 0.95% | 0.88% | - |
| XYZ | 32.99 | 56.3 | 40.14 | - |
| YUV | 153.33 | 128.93 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 155 | 0.95 | 0 | 0.31 | 0.12 | 160.28 | 0.9 | 0.46 |
| Hex | C | E1 | 9B | 5F | 0 | 1F | C | A0 | 5A | 2E |
| Octal | 14 | 341 | 233 | 137 | 0 | 37 | 14 | 240 | 132 | 56 |
| Binary | 1100 | 11100001 | 10011011 | 1011111 | 0 | 11111 | 1100 | 10100000 | 1011010 | 101110 |
Color Harmonies of #0CE19B
Complementary color
Monochromatic Colors of #0CE19B
Black with #0CE19B
Text Example
Text Example
White with #0CE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE19B; }
p { color: rgb(12,225,155); }
H1.HeaderClassName
{
color: #0CE19B;
}
.AnyTagClassName
{
color: #0CE19B;
}
</style>
background-color css
<style>
a { background-color: #0CE19B; }
a { background-color: rgb(12,225,155); }
div.DivClassName
{
background-color: #0CE19B;
}
.BgClassName
{
background-color: #0CE19B;
}
</style>
border-color css
<style>
span { border-color: #0CE19B; }
span { border-color: rgb(12,225,155); }
td.TdClassName
{
border-color: #0CE19B;
}
.TagClassName
{
border-color: #0CE19B;
}
</style>