Shades of Light Sea Green #09B2AD
Tints of Light Sea Green #09B2AD
RGB
CMYK
RGB Variations
Color information
#09B2AD (or 0x09B2AD) is known color: Light Sea Green. HEX triplet: 09, B2 and AD. RGB value is (9,178,173). Sum of RGB (Red+Green+Blue) = 9+178+173=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #09B2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B2AD is #F64D52. Grayscale: #7E7E7E. Windows color (decimal): -16141651 or 11383305. OLE color: 11383305.
HSL color Cylindrical-coordinate representation of color #09B2AD: hue angle of 178.22º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B2AD is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 173 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.30 |
| HSL | 178.22º | 0.9% | 0.37% | - |
| HSV(B) | 178.22º | 0.95% | 0.7% | - |
| XYZ | 23.58 | 34.92 | 45.03 | - |
| YUV | 126.9 | 154.01 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 173 | 0.95 | 0 | 0.03 | 0.30 | 178.22 | 0.9 | 0.37 |
| Hex | 9 | B2 | AD | 5F | 0 | 3 | 1E | B2 | 5A | 25 |
| Octal | 11 | 262 | 255 | 137 | 0 | 3 | 36 | 262 | 132 | 45 |
| Binary | 1001 | 10110010 | 10101101 | 1011111 | 0 | 11 | 11110 | 10110010 | 1011010 | 100101 |
Color Harmonies of #09B2AD
Complementary color
Monochromatic Colors of #09B2AD
Black with #09B2AD
Text Example
Text Example
White with #09B2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2AD; }
p { color: rgb(9,178,173); }
H1.HeaderClassName
{
color: #09B2AD;
}
.AnyTagClassName
{
color: #09B2AD;
}
</style>
background-color css
<style>
a { background-color: #09B2AD; }
a { background-color: rgb(9,178,173); }
div.DivClassName
{
background-color: #09B2AD;
}
.BgClassName
{
background-color: #09B2AD;
}
</style>
border-color css
<style>
span { border-color: #09B2AD; }
span { border-color: rgb(9,178,173); }
td.TdClassName
{
border-color: #09B2AD;
}
.TagClassName
{
border-color: #09B2AD;
}
</style>