Shades of Caribbean Green #00BEAF
Tints of Caribbean Green #00BEAF
RGB
CMYK
RGB Variations
Color information
#00BEAF (or 0x00BEAF) is known color: Caribbean Green. HEX triplet: 00, BE and AF. RGB value is (0,190,175). Sum of RGB (Red+Green+Blue) = 0+190+175=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BEAF is #FF4150. Grayscale: #838383. Windows color (decimal): -16728401 or 11517440. OLE color: 11517440.
HSL color Cylindrical-coordinate representation of color #00BEAF: hue angle of 175.26º 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 #00BEAF is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 175 | - |
| CMYK | 1 | 0 | 0.08 | 0.25 |
| HSL | 175.26º | 1% | 0.37% | - |
| HSV(B) | 175.26º | 1% | 0.75% | - |
| XYZ | 26.15 | 39.92 | 46.88 | - |
| YUV | 131.48 | 152.55 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 175 | 1 | 0 | 0.08 | 0.25 | 175.26 | 1 | 0.37 |
| Hex | 0 | BE | AF | 64 | 0 | 8 | 19 | AF | 64 | 25 |
| Octal | 0 | 276 | 257 | 144 | 0 | 10 | 31 | 257 | 144 | 45 |
| Binary | 0 | 10111110 | 10101111 | 1100100 | 0 | 1000 | 11001 | 10101111 | 1100100 | 100101 |
Color Harmonies of #00BEAF
Complementary color
Monochromatic Colors of #00BEAF
Black with #00BEAF
Text Example
Text Example
White with #00BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEAF; }
p { color: rgb(0,190,175); }
H1.HeaderClassName
{
color: #00BEAF;
}
.AnyTagClassName
{
color: #00BEAF;
}
</style>
background-color css
<style>
a { background-color: #00BEAF; }
a { background-color: rgb(0,190,175); }
div.DivClassName
{
background-color: #00BEAF;
}
.BgClassName
{
background-color: #00BEAF;
}
</style>
border-color css
<style>
span { border-color: #00BEAF; }
span { border-color: rgb(0,190,175); }
td.TdClassName
{
border-color: #00BEAF;
}
.TagClassName
{
border-color: #00BEAF;
}
</style>