Shades of Light Sea Green #09BDA9
Tints of Light Sea Green #09BDA9
RGB
CMYK
RGB Variations
Color information
#09BDA9 (or 0x09BDA9) is known color: Light Sea Green. HEX triplet: 09, BD and A9. RGB value is (9,189,169). Sum of RGB (Red+Green+Blue) = 9+189+169=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BDA9 is #F64256. Grayscale: #848484. Windows color (decimal): -16138839 or 11123977. OLE color: 11123977.
HSL color Cylindrical-coordinate representation of color #09BDA9: hue angle of 173.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDA9 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 169 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.26 |
| HSL | 173.33º | 0.91% | 0.39% | - |
| HSV(B) | 173.33º | 0.95% | 0.74% | - |
| XYZ | 25.47 | 39.32 | 43.78 | - |
| YUV | 132.9 | 148.37 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 169 | 0.95 | 0 | 0.11 | 0.26 | 173.33 | 0.91 | 0.39 |
| Hex | 9 | BD | A9 | 5F | 0 | B | 1A | AD | 5B | 27 |
| Octal | 11 | 275 | 251 | 137 | 0 | 13 | 32 | 255 | 133 | 47 |
| Binary | 1001 | 10111101 | 10101001 | 1011111 | 0 | 1011 | 11010 | 10101101 | 1011011 | 100111 |
Color Harmonies of #09BDA9
Complementary color
Monochromatic Colors of #09BDA9
Black with #09BDA9
Text Example
Text Example
White with #09BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDA9; }
p { color: rgb(9,189,169); }
H1.HeaderClassName
{
color: #09BDA9;
}
.AnyTagClassName
{
color: #09BDA9;
}
</style>
background-color css
<style>
a { background-color: #09BDA9; }
a { background-color: rgb(9,189,169); }
div.DivClassName
{
background-color: #09BDA9;
}
.BgClassName
{
background-color: #09BDA9;
}
</style>
border-color css
<style>
span { border-color: #09BDA9; }
span { border-color: rgb(9,189,169); }
td.TdClassName
{
border-color: #09BDA9;
}
.TagClassName
{
border-color: #09BDA9;
}
</style>