Shades of Caribbean Green #01BEAB
Tints of Caribbean Green #01BEAB
RGB
CMYK
RGB Variations
Color information
#01BEAB (or 0x01BEAB) is known color: Caribbean Green. HEX triplet: 01, BE and AB. RGB value is (1,190,171). Sum of RGB (Red+Green+Blue) = 1+190+171=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEAB is #FE4154. Grayscale: #838383. Windows color (decimal): -16662869 or 11255297. OLE color: 11255297.
HSL color Cylindrical-coordinate representation of color #01BEAB: hue angle of 173.97º 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 #01BEAB is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 171 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.25 |
| HSL | 173.97º | 0.99% | 0.37% | - |
| HSV(B) | 173.97º | 0.99% | 0.75% | - |
| XYZ | 25.78 | 39.77 | 44.85 | - |
| YUV | 131.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 171 | 0.99 | 0 | 0.10 | 0.25 | 173.97 | 0.99 | 0.37 |
| Hex | 1 | BE | AB | 63 | 0 | A | 19 | AE | 63 | 25 |
| Octal | 1 | 276 | 253 | 143 | 0 | 12 | 31 | 256 | 143 | 45 |
| Binary | 1 | 10111110 | 10101011 | 1100011 | 0 | 1010 | 11001 | 10101110 | 1100011 | 100101 |
Color Harmonies of #01BEAB
Complementary color
Monochromatic Colors of #01BEAB
Black with #01BEAB
Text Example
Text Example
White with #01BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BEAB; }
p { color: rgb(1,190,171); }
H1.HeaderClassName
{
color: #01BEAB;
}
.AnyTagClassName
{
color: #01BEAB;
}
</style>
background-color css
<style>
a { background-color: #01BEAB; }
a { background-color: rgb(1,190,171); }
div.DivClassName
{
background-color: #01BEAB;
}
.BgClassName
{
background-color: #01BEAB;
}
</style>
border-color css
<style>
span { border-color: #01BEAB; }
span { border-color: rgb(1,190,171); }
td.TdClassName
{
border-color: #01BEAB;
}
.TagClassName
{
border-color: #01BEAB;
}
</style>