Shades of Caribbean Green #01E0B3
Tints of Caribbean Green #01E0B3
RGB
CMYK
RGB Variations
Color information
#01E0B3 (or 0x01E0B3) is known color: Caribbean Green. HEX triplet: 01, E0 and B3. RGB value is (1,224,179). Sum of RGB (Red+Green+Blue) = 1+224+179=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0B3 is #FE1F4C. Grayscale: #989898. Windows color (decimal): -16654157 or 11788289. OLE color: 11788289.
HSL color Cylindrical-coordinate representation of color #01E0B3: hue angle of 167.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0B3 is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 179 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.12 |
| HSL | 167.89º | 0.99% | 0.44% | - |
| HSV(B) | 167.89º | 1% | 0.88% | - |
| XYZ | 34.8 | 56.57 | 51.73 | - |
| YUV | 152.19 | 143.12 | 20.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 179 | 1.00 | 0 | 0.20 | 0.12 | 167.89 | 0.99 | 0.44 |
| Hex | 1 | E0 | B3 | 64 | 0 | 14 | C | A8 | 63 | 2C |
| Octal | 1 | 340 | 263 | 144 | 0 | 24 | 14 | 250 | 143 | 54 |
| Binary | 1 | 11100000 | 10110011 | 1100100 | 0 | 10100 | 1100 | 10101000 | 1100011 | 101100 |
Color Harmonies of #01E0B3
Complementary color
Monochromatic Colors of #01E0B3
Black with #01E0B3
Text Example
Text Example
White with #01E0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0B3; }
p { color: rgb(1,224,179); }
H1.HeaderClassName
{
color: #01E0B3;
}
.AnyTagClassName
{
color: #01E0B3;
}
</style>
background-color css
<style>
a { background-color: #01E0B3; }
a { background-color: rgb(1,224,179); }
div.DivClassName
{
background-color: #01E0B3;
}
.BgClassName
{
background-color: #01E0B3;
}
</style>
border-color css
<style>
span { border-color: #01E0B3; }
span { border-color: rgb(1,224,179); }
td.TdClassName
{
border-color: #01E0B3;
}
.TagClassName
{
border-color: #01E0B3;
}
</style>