Shades of Light Sea Green #09B2B0
Tints of Light Sea Green #09B2B0
RGB
CMYK
RGB Variations
Color information
#09B2B0 (or 0x09B2B0) is known color: Light Sea Green. HEX triplet: 09, B2 and B0. RGB value is (9,178,176). Sum of RGB (Red+Green+Blue) = 9+178+176=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #09B2B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B2B0 is #F64D4F. Grayscale: #7F7F7F. Windows color (decimal): -16141648 or 11579913. OLE color: 11579913.
HSL color Cylindrical-coordinate representation of color #09B2B0: hue angle of 179.29º 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 #09B2B0 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 176 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.30 |
| HSL | 179.29º | 0.9% | 0.37% | - |
| HSV(B) | 179.29º | 0.95% | 0.7% | - |
| XYZ | 23.87 | 35.03 | 46.58 | - |
| YUV | 127.24 | 155.51 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 176 | 0.95 | 0 | 0.01 | 0.30 | 179.29 | 0.9 | 0.37 |
| Hex | 9 | B2 | B0 | 5F | 0 | 1 | 1E | B3 | 5A | 25 |
| Octal | 11 | 262 | 260 | 137 | 0 | 1 | 36 | 263 | 132 | 45 |
| Binary | 1001 | 10110010 | 10110000 | 1011111 | 0 | 1 | 11110 | 10110011 | 1011010 | 100101 |
Color Harmonies of #09B2B0
Complementary color
Monochromatic Colors of #09B2B0
Black with #09B2B0
Text Example
Text Example
White with #09B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2B0; }
p { color: rgb(9,178,176); }
H1.HeaderClassName
{
color: #09B2B0;
}
.AnyTagClassName
{
color: #09B2B0;
}
</style>
background-color css
<style>
a { background-color: #09B2B0; }
a { background-color: rgb(9,178,176); }
div.DivClassName
{
background-color: #09B2B0;
}
.BgClassName
{
background-color: #09B2B0;
}
</style>
border-color css
<style>
span { border-color: #09B2B0; }
span { border-color: rgb(9,178,176); }
td.TdClassName
{
border-color: #09B2B0;
}
.TagClassName
{
border-color: #09B2B0;
}
</style>