Shades of Caribbean Green #01BEA2
Tints of Caribbean Green #01BEA2
RGB
CMYK
RGB Variations
Color information
#01BEA2 (or 0x01BEA2) is known color: Caribbean Green. HEX triplet: 01, BE and A2. RGB value is (1,190,162). Sum of RGB (Red+Green+Blue) = 1+190+162=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEA2 is #FE415D. Grayscale: #828282. Windows color (decimal): -16662878 or 10665473. OLE color: 10665473.
HSL color Cylindrical-coordinate representation of color #01BEA2: hue angle of 171.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 162 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.25 |
| HSL | 171.11º | 0.99% | 0.37% | - |
| HSV(B) | 171.11º | 0.99% | 0.75% | - |
| XYZ | 24.95 | 39.44 | 40.48 | - |
| YUV | 130.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 162 | 0.99 | 0 | 0.15 | 0.25 | 171.11 | 0.99 | 0.37 |
| Hex | 1 | BE | A2 | 63 | 0 | F | 19 | AB | 63 | 25 |
| Octal | 1 | 276 | 242 | 143 | 0 | 17 | 31 | 253 | 143 | 45 |
| Binary | 1 | 10111110 | 10100010 | 1100011 | 0 | 1111 | 11001 | 10101011 | 1100011 | 100101 |
Color Harmonies of #01BEA2
Complementary color
Monochromatic Colors of #01BEA2
Black with #01BEA2
Text Example
Text Example
White with #01BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEA2; }
p { color: rgb(1,190,162); }
H1.HeaderClassName
{
color: #01BEA2;
}
.AnyTagClassName
{
color: #01BEA2;
}
</style>
background-color css
<style>
a { background-color: #01BEA2; }
a { background-color: rgb(1,190,162); }
div.DivClassName
{
background-color: #01BEA2;
}
.BgClassName
{
background-color: #01BEA2;
}
</style>
border-color css
<style>
span { border-color: #01BEA2; }
span { border-color: rgb(1,190,162); }
td.TdClassName
{
border-color: #01BEA2;
}
.TagClassName
{
border-color: #01BEA2;
}
</style>