Shades of Light Sea Green #09B2A6
Tints of Light Sea Green #09B2A6
RGB
CMYK
RGB Variations
Color information
#09B2A6 (or 0x09B2A6) is known color: Light Sea Green. HEX triplet: 09, B2 and A6. RGB value is (9,178,166). Sum of RGB (Red+Green+Blue) = 9+178+166=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #09B2A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B2A6 is #F64D59. Grayscale: #7D7D7D. Windows color (decimal): -16141658 or 10924553. OLE color: 10924553.
HSL color Cylindrical-coordinate representation of color #09B2A6: hue angle of 175.74º 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 #09B2A6 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 166 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.30 |
| HSL | 175.74º | 0.9% | 0.37% | - |
| HSV(B) | 175.74º | 0.95% | 0.7% | - |
| XYZ | 22.92 | 34.65 | 41.56 | - |
| YUV | 126.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 166 | 0.95 | 0 | 0.07 | 0.30 | 175.74 | 0.9 | 0.37 |
| Hex | 9 | B2 | A6 | 5F | 0 | 7 | 1E | B0 | 5A | 25 |
| Octal | 11 | 262 | 246 | 137 | 0 | 7 | 36 | 260 | 132 | 45 |
| Binary | 1001 | 10110010 | 10100110 | 1011111 | 0 | 111 | 11110 | 10110000 | 1011010 | 100101 |
Color Harmonies of #09B2A6
Complementary color
Monochromatic Colors of #09B2A6
Black with #09B2A6
Text Example
Text Example
White with #09B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2A6; }
p { color: rgb(9,178,166); }
H1.HeaderClassName
{
color: #09B2A6;
}
.AnyTagClassName
{
color: #09B2A6;
}
</style>
background-color css
<style>
a { background-color: #09B2A6; }
a { background-color: rgb(9,178,166); }
div.DivClassName
{
background-color: #09B2A6;
}
.BgClassName
{
background-color: #09B2A6;
}
</style>
border-color css
<style>
span { border-color: #09B2A6; }
span { border-color: rgb(9,178,166); }
td.TdClassName
{
border-color: #09B2A6;
}
.TagClassName
{
border-color: #09B2A6;
}
</style>