Shades of Light Sea Green #09BCB2
Tints of Light Sea Green #09BCB2
RGB
CMYK
RGB Variations
Color information
#09BCB2 (or 0x09BCB2) is known color: Light Sea Green. HEX triplet: 09, BC and B2. RGB value is (9,188,178). Sum of RGB (Red+Green+Blue) = 9+188+178=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BCB2 is #F6434D. Grayscale: #858585. Windows color (decimal): -16139086 or 11713545. OLE color: 11713545.
HSL color Cylindrical-coordinate representation of color #09BCB2: hue angle of 176.65º 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 #09BCB2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 178 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.26 |
| HSL | 176.65º | 0.91% | 0.39% | - |
| HSV(B) | 176.65º | 0.95% | 0.74% | - |
| XYZ | 26.13 | 39.24 | 48.32 | - |
| YUV | 133.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 178 | 0.95 | 0 | 0.05 | 0.26 | 176.65 | 0.91 | 0.39 |
| Hex | 9 | BC | B2 | 5F | 0 | 5 | 1A | B1 | 5B | 27 |
| Octal | 11 | 274 | 262 | 137 | 0 | 5 | 32 | 261 | 133 | 47 |
| Binary | 1001 | 10111100 | 10110010 | 1011111 | 0 | 101 | 11010 | 10110001 | 1011011 | 100111 |
Color Harmonies of #09BCB2
Complementary color
Monochromatic Colors of #09BCB2
Black with #09BCB2
Text Example
Text Example
White with #09BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCB2; }
p { color: rgb(9,188,178); }
H1.HeaderClassName
{
color: #09BCB2;
}
.AnyTagClassName
{
color: #09BCB2;
}
</style>
background-color css
<style>
a { background-color: #09BCB2; }
a { background-color: rgb(9,188,178); }
div.DivClassName
{
background-color: #09BCB2;
}
.BgClassName
{
background-color: #09BCB2;
}
</style>
border-color css
<style>
span { border-color: #09BCB2; }
span { border-color: rgb(9,188,178); }
td.TdClassName
{
border-color: #09BCB2;
}
.TagClassName
{
border-color: #09BCB2;
}
</style>