Shades of Light Sea Green #40B5B0
Tints of Light Sea Green #40B5B0
RGB
CMYK
RGB Variations
Color information
#40B5B0 (or 0x40B5B0) is known color: Light Sea Green. HEX triplet: 40, B5 and B0. RGB value is (64,181,176). Sum of RGB (Red+Green+Blue) = 64+181+176=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #40B5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B5B0 is #BF4A4F. Grayscale: #919191. Windows color (decimal): -12536400 or 11580736. OLE color: 11580736.
HSL color Cylindrical-coordinate representation of color #40B5B0: hue angle of 177.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B5B0 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 181 | 176 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.29 |
| HSL | 177.44º | 0.48% | 0.48% | - |
| HSV(B) | 177.44º | 0.65% | 0.71% | - |
| XYZ | 26.47 | 37.27 | 46.87 | - |
| YUV | 145.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 176 | 0.65 | 0 | 0.03 | 0.29 | 177.44 | 0.48 | 0.48 |
| Hex | 40 | B5 | B0 | 41 | 0 | 3 | 1D | B1 | 30 | 30 |
| Octal | 100 | 265 | 260 | 101 | 0 | 3 | 35 | 261 | 60 | 60 |
| Binary | 1000000 | 10110101 | 10110000 | 1000001 | 0 | 11 | 11101 | 10110001 | 110000 | 110000 |
Color Harmonies of #40B5B0
Complementary color
Monochromatic Colors of #40B5B0
Black with #40B5B0
Text Example
Text Example
White with #40B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B5B0; }
p { color: rgb(64,181,176); }
H1.HeaderClassName
{
color: #40B5B0;
}
.AnyTagClassName
{
color: #40B5B0;
}
</style>
background-color css
<style>
a { background-color: #40B5B0; }
a { background-color: rgb(64,181,176); }
div.DivClassName
{
background-color: #40B5B0;
}
.BgClassName
{
background-color: #40B5B0;
}
</style>
border-color css
<style>
span { border-color: #40B5B0; }
span { border-color: rgb(64,181,176); }
td.TdClassName
{
border-color: #40B5B0;
}
.TagClassName
{
border-color: #40B5B0;
}
</style>