Shades of Caribbean Green #07BDA9
Tints of Caribbean Green #07BDA9
RGB
CMYK
RGB Variations
Color information
#07BDA9 (or 0x07BDA9) is known color: Caribbean Green. HEX triplet: 07, BD and A9. RGB value is (7,189,169). Sum of RGB (Red+Green+Blue) = 7+189+169=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDA9 is #F84256. Grayscale: #848484. Windows color (decimal): -16269911 or 11123975. OLE color: 11123975.
HSL color Cylindrical-coordinate representation of color #07BDA9: hue angle of 173.41º 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 #07BDA9 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 169 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.26 |
| HSL | 173.41º | 0.93% | 0.38% | - |
| HSV(B) | 173.41º | 0.96% | 0.74% | - |
| XYZ | 25.45 | 39.3 | 43.78 | - |
| YUV | 132.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 169 | 0.96 | 0 | 0.11 | 0.26 | 173.41 | 0.93 | 0.38 |
| Hex | 7 | BD | A9 | 60 | 0 | B | 1A | AD | 5D | 26 |
| Octal | 7 | 275 | 251 | 140 | 0 | 13 | 32 | 255 | 135 | 46 |
| Binary | 111 | 10111101 | 10101001 | 1100000 | 0 | 1011 | 11010 | 10101101 | 1011101 | 100110 |
Color Harmonies of #07BDA9
Complementary color
Monochromatic Colors of #07BDA9
Black with #07BDA9
Text Example
Text Example
White with #07BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDA9; }
p { color: rgb(7,189,169); }
H1.HeaderClassName
{
color: #07BDA9;
}
.AnyTagClassName
{
color: #07BDA9;
}
</style>
background-color css
<style>
a { background-color: #07BDA9; }
a { background-color: rgb(7,189,169); }
div.DivClassName
{
background-color: #07BDA9;
}
.BgClassName
{
background-color: #07BDA9;
}
</style>
border-color css
<style>
span { border-color: #07BDA9; }
span { border-color: rgb(7,189,169); }
td.TdClassName
{
border-color: #07BDA9;
}
.TagClassName
{
border-color: #07BDA9;
}
</style>