Shades of Caribbean Green #01BEAA
Tints of Caribbean Green #01BEAA
RGB
CMYK
RGB Variations
Color information
#01BEAA (or 0x01BEAA) is known color: Caribbean Green. HEX triplet: 01, BE and AA. RGB value is (1,190,170). Sum of RGB (Red+Green+Blue) = 1+190+170=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEAA is #FE4155. Grayscale: #838383. Windows color (decimal): -16662870 or 11189761. OLE color: 11189761.
HSL color Cylindrical-coordinate representation of color #01BEAA: hue angle of 173.65º 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 #01BEAA is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 170 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.25 |
| HSL | 173.65º | 0.99% | 0.37% | - |
| HSV(B) | 173.65º | 0.99% | 0.75% | - |
| XYZ | 25.68 | 39.74 | 44.35 | - |
| YUV | 131.21 | 149.88 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 170 | 0.99 | 0 | 0.11 | 0.25 | 173.65 | 0.99 | 0.37 |
| Hex | 1 | BE | AA | 63 | 0 | B | 19 | AE | 63 | 25 |
| Octal | 1 | 276 | 252 | 143 | 0 | 13 | 31 | 256 | 143 | 45 |
| Binary | 1 | 10111110 | 10101010 | 1100011 | 0 | 1011 | 11001 | 10101110 | 1100011 | 100101 |
Color Harmonies of #01BEAA
Complementary color
Monochromatic Colors of #01BEAA
Black with #01BEAA
Text Example
Text Example
White with #01BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEAA; }
p { color: rgb(1,190,170); }
H1.HeaderClassName
{
color: #01BEAA;
}
.AnyTagClassName
{
color: #01BEAA;
}
</style>
background-color css
<style>
a { background-color: #01BEAA; }
a { background-color: rgb(1,190,170); }
div.DivClassName
{
background-color: #01BEAA;
}
.BgClassName
{
background-color: #01BEAA;
}
</style>
border-color css
<style>
span { border-color: #01BEAA; }
span { border-color: rgb(1,190,170); }
td.TdClassName
{
border-color: #01BEAA;
}
.TagClassName
{
border-color: #01BEAA;
}
</style>