Shades of Caribbean Green #07BFA3
Tints of Caribbean Green #07BFA3
RGB
CMYK
RGB Variations
Color information
#07BFA3 (or 0x07BFA3) is known color: Caribbean Green. HEX triplet: 07, BF and A3. RGB value is (7,191,163). Sum of RGB (Red+Green+Blue) = 7+191+163=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BFA3 is #F8405C. Grayscale: #848484. Windows color (decimal): -16269405 or 10731271. OLE color: 10731271.
HSL color Cylindrical-coordinate representation of color #07BFA3: hue angle of 170.87º 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 #07BFA3 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 163 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.25 |
| HSL | 170.87º | 0.93% | 0.39% | - |
| HSV(B) | 170.87º | 0.96% | 0.75% | - |
| XYZ | 25.33 | 39.95 | 41.03 | - |
| YUV | 132.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 163 | 0.96 | 0 | 0.15 | 0.25 | 170.87 | 0.93 | 0.39 |
| Hex | 7 | BF | A3 | 60 | 0 | F | 19 | AB | 5D | 27 |
| Octal | 7 | 277 | 243 | 140 | 0 | 17 | 31 | 253 | 135 | 47 |
| Binary | 111 | 10111111 | 10100011 | 1100000 | 0 | 1111 | 11001 | 10101011 | 1011101 | 100111 |
Color Harmonies of #07BFA3
Complementary color
Monochromatic Colors of #07BFA3
Black with #07BFA3
Text Example
Text Example
White with #07BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFA3; }
p { color: rgb(7,191,163); }
H1.HeaderClassName
{
color: #07BFA3;
}
.AnyTagClassName
{
color: #07BFA3;
}
</style>
background-color css
<style>
a { background-color: #07BFA3; }
a { background-color: rgb(7,191,163); }
div.DivClassName
{
background-color: #07BFA3;
}
.BgClassName
{
background-color: #07BFA3;
}
</style>
border-color css
<style>
span { border-color: #07BFA3; }
span { border-color: rgb(7,191,163); }
td.TdClassName
{
border-color: #07BFA3;
}
.TagClassName
{
border-color: #07BFA3;
}
</style>