Shades of Caribbean Green #07BEA6
Tints of Caribbean Green #07BEA6
RGB
CMYK
RGB Variations
Color information
#07BEA6 (or 0x07BEA6) is known color: Caribbean Green. HEX triplet: 07, BE and A6. RGB value is (7,190,166). Sum of RGB (Red+Green+Blue) = 7+190+166=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #07BEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BEA6 is #F84159. Grayscale: #848484. Windows color (decimal): -16269658 or 10927623. OLE color: 10927623.
HSL color Cylindrical-coordinate representation of color #07BEA6: hue angle of 172.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BEA6 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 166 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.25 |
| HSL | 172.13º | 0.93% | 0.39% | - |
| HSV(B) | 172.13º | 0.96% | 0.75% | - |
| XYZ | 25.38 | 39.63 | 42.39 | - |
| YUV | 132.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 166 | 0.96 | 0 | 0.13 | 0.25 | 172.13 | 0.93 | 0.39 |
| Hex | 7 | BE | A6 | 60 | 0 | D | 19 | AC | 5D | 27 |
| Octal | 7 | 276 | 246 | 140 | 0 | 15 | 31 | 254 | 135 | 47 |
| Binary | 111 | 10111110 | 10100110 | 1100000 | 0 | 1101 | 11001 | 10101100 | 1011101 | 100111 |
Color Harmonies of #07BEA6
Complementary color
Monochromatic Colors of #07BEA6
Black with #07BEA6
Text Example
Text Example
White with #07BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEA6; }
p { color: rgb(7,190,166); }
H1.HeaderClassName
{
color: #07BEA6;
}
.AnyTagClassName
{
color: #07BEA6;
}
</style>
background-color css
<style>
a { background-color: #07BEA6; }
a { background-color: rgb(7,190,166); }
div.DivClassName
{
background-color: #07BEA6;
}
.BgClassName
{
background-color: #07BEA6;
}
</style>
border-color css
<style>
span { border-color: #07BEA6; }
span { border-color: rgb(7,190,166); }
td.TdClassName
{
border-color: #07BEA6;
}
.TagClassName
{
border-color: #07BEA6;
}
</style>