Shades of Caribbean Green #07BDA0
Tints of Caribbean Green #07BDA0
RGB
CMYK
RGB Variations
Color information
#07BDA0 (or 0x07BDA0) is known color: Caribbean Green. HEX triplet: 07, BD and A0. RGB value is (7,189,160). Sum of RGB (Red+Green+Blue) = 7+189+160=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDA0 is #F8425F. Grayscale: #838383. Windows color (decimal): -16269920 or 10534151. OLE color: 10534151.
HSL color Cylindrical-coordinate representation of color #07BDA0: hue angle of 170.44º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BDA0 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 160 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.26 |
| HSL | 170.44º | 0.93% | 0.38% | - |
| HSV(B) | 170.44º | 0.96% | 0.74% | - |
| XYZ | 24.63 | 38.98 | 39.48 | - |
| YUV | 131.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 160 | 0.96 | 0 | 0.15 | 0.26 | 170.44 | 0.93 | 0.38 |
| Hex | 7 | BD | A0 | 60 | 0 | F | 1A | AA | 5D | 26 |
| Octal | 7 | 275 | 240 | 140 | 0 | 17 | 32 | 252 | 135 | 46 |
| Binary | 111 | 10111101 | 10100000 | 1100000 | 0 | 1111 | 11010 | 10101010 | 1011101 | 100110 |
Color Harmonies of #07BDA0
Complementary color
Monochromatic Colors of #07BDA0
Black with #07BDA0
Text Example
Text Example
White with #07BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDA0; }
p { color: rgb(7,189,160); }
H1.HeaderClassName
{
color: #07BDA0;
}
.AnyTagClassName
{
color: #07BDA0;
}
</style>
background-color css
<style>
a { background-color: #07BDA0; }
a { background-color: rgb(7,189,160); }
div.DivClassName
{
background-color: #07BDA0;
}
.BgClassName
{
background-color: #07BDA0;
}
</style>
border-color css
<style>
span { border-color: #07BDA0; }
span { border-color: rgb(7,189,160); }
td.TdClassName
{
border-color: #07BDA0;
}
.TagClassName
{
border-color: #07BDA0;
}
</style>