Shades of Caribbean Green #07BE9C
Tints of Caribbean Green #07BE9C
RGB
CMYK
RGB Variations
Color information
#07BE9C (or 0x07BE9C) is known color: Caribbean Green. HEX triplet: 07, BE and 9C. RGB value is (7,190,156). Sum of RGB (Red+Green+Blue) = 7+190+156=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BE9C is #F84163. Grayscale: #838383. Windows color (decimal): -16269668 or 10272263. OLE color: 10272263.
HSL color Cylindrical-coordinate representation of color #07BE9C: hue angle of 168.85º 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 #07BE9C is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 156 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.25 |
| HSL | 168.85º | 0.93% | 0.39% | - |
| HSV(B) | 168.85º | 0.96% | 0.75% | - |
| XYZ | 24.5 | 39.27 | 37.74 | - |
| YUV | 131.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 156 | 0.96 | 0 | 0.18 | 0.25 | 168.85 | 0.93 | 0.39 |
| Hex | 7 | BE | 9C | 60 | 0 | 12 | 19 | A9 | 5D | 27 |
| Octal | 7 | 276 | 234 | 140 | 0 | 22 | 31 | 251 | 135 | 47 |
| Binary | 111 | 10111110 | 10011100 | 1100000 | 0 | 10010 | 11001 | 10101001 | 1011101 | 100111 |
Color Harmonies of #07BE9C
Complementary color
Monochromatic Colors of #07BE9C
Black with #07BE9C
Text Example
Text Example
White with #07BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE9C; }
p { color: rgb(7,190,156); }
H1.HeaderClassName
{
color: #07BE9C;
}
.AnyTagClassName
{
color: #07BE9C;
}
</style>
background-color css
<style>
a { background-color: #07BE9C; }
a { background-color: rgb(7,190,156); }
div.DivClassName
{
background-color: #07BE9C;
}
.BgClassName
{
background-color: #07BE9C;
}
</style>
border-color css
<style>
span { border-color: #07BE9C; }
span { border-color: rgb(7,190,156); }
td.TdClassName
{
border-color: #07BE9C;
}
.TagClassName
{
border-color: #07BE9C;
}
</style>