Shades of Caribbean Green #00BEAA
Tints of Caribbean Green #00BEAA
RGB
CMYK
RGB Variations
Color information
#00BEAA (or 0x00BEAA) is known color: Caribbean Green. HEX triplet: 00, BE and AA. RGB value is (0,190,170). Sum of RGB (Red+Green+Blue) = 0+190+170=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BEAA is #FF4155. Grayscale: #828282. Windows color (decimal): -16728406 or 11189760. OLE color: 11189760.
HSL color Cylindrical-coordinate representation of color #00BEAA: hue angle of 173.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEAA is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 170 | - |
| CMYK | 1 | 0 | 0.11 | 0.25 |
| HSL | 173.68º | 1% | 0.37% | - |
| HSV(B) | 173.68º | 1% | 0.75% | - |
| XYZ | 25.67 | 39.73 | 44.35 | - |
| YUV | 130.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 170 | 1 | 0 | 0.11 | 0.25 | 173.68 | 1 | 0.37 |
| Hex | 0 | BE | AA | 64 | 0 | B | 19 | AE | 64 | 25 |
| Octal | 0 | 276 | 252 | 144 | 0 | 13 | 31 | 256 | 144 | 45 |
| Binary | 0 | 10111110 | 10101010 | 1100100 | 0 | 1011 | 11001 | 10101110 | 1100100 | 100101 |
Color Harmonies of #00BEAA
Complementary color
Monochromatic Colors of #00BEAA
Black with #00BEAA
Text Example
Text Example
White with #00BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEAA; }
p { color: rgb(0,190,170); }
H1.HeaderClassName
{
color: #00BEAA;
}
.AnyTagClassName
{
color: #00BEAA;
}
</style>
background-color css
<style>
a { background-color: #00BEAA; }
a { background-color: rgb(0,190,170); }
div.DivClassName
{
background-color: #00BEAA;
}
.BgClassName
{
background-color: #00BEAA;
}
</style>
border-color css
<style>
span { border-color: #00BEAA; }
span { border-color: rgb(0,190,170); }
td.TdClassName
{
border-color: #00BEAA;
}
.TagClassName
{
border-color: #00BEAA;
}
</style>