Shades of Light Sea Green #07B2AA
Tints of Light Sea Green #07B2AA
RGB
CMYK
RGB Variations
Color information
#07B2AA (or 0x07B2AA) is known color: Light Sea Green. HEX triplet: 07, B2 and AA. RGB value is (7,178,170). Sum of RGB (Red+Green+Blue) = 7+178+170=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2AA is #F84D55. Grayscale: #7D7D7D. Windows color (decimal): -16272726 or 11186695. OLE color: 11186695.
HSL color Cylindrical-coordinate representation of color #07B2AA: hue angle of 177.19º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B2AA is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 170 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.30 |
| HSL | 177.19º | 0.92% | 0.36% | - |
| HSV(B) | 177.19º | 0.96% | 0.7% | - |
| XYZ | 23.26 | 34.79 | 43.52 | - |
| YUV | 125.96 | 152.85 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 170 | 0.96 | 0 | 0.04 | 0.30 | 177.19 | 0.92 | 0.36 |
| Hex | 7 | B2 | AA | 60 | 0 | 4 | 1E | B1 | 5C | 24 |
| Octal | 7 | 262 | 252 | 140 | 0 | 4 | 36 | 261 | 134 | 44 |
| Binary | 111 | 10110010 | 10101010 | 1100000 | 0 | 100 | 11110 | 10110001 | 1011100 | 100100 |
Color Harmonies of #07B2AA
Complementary color
Monochromatic Colors of #07B2AA
Black with #07B2AA
Text Example
Text Example
White with #07B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2AA; }
p { color: rgb(7,178,170); }
H1.HeaderClassName
{
color: #07B2AA;
}
.AnyTagClassName
{
color: #07B2AA;
}
</style>
background-color css
<style>
a { background-color: #07B2AA; }
a { background-color: rgb(7,178,170); }
div.DivClassName
{
background-color: #07B2AA;
}
.BgClassName
{
background-color: #07B2AA;
}
</style>
border-color css
<style>
span { border-color: #07B2AA; }
span { border-color: rgb(7,178,170); }
td.TdClassName
{
border-color: #07B2AA;
}
.TagClassName
{
border-color: #07B2AA;
}
</style>