Shades of Light Sea Green #35C0BB
Tints of Light Sea Green #35C0BB
RGB
CMYK
RGB Variations
Color information
#35C0BB (or 0x35C0BB) is known color: Light Sea Green. HEX triplet: 35, C0 and BB. RGB value is (53,192,187). Sum of RGB (Red+Green+Blue) = 53+192+187=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0BB is #CA3F44. Grayscale: #959595. Windows color (decimal): -13254469 or 12304437. OLE color: 12304437.
HSL color Cylindrical-coordinate representation of color #35C0BB: hue angle of 177.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0BB is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 187 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.25 |
| HSL | 177.84º | 0.57% | 0.48% | - |
| HSV(B) | 177.84º | 0.72% | 0.75% | - |
| XYZ | 29.29 | 42.04 | 53.59 | - |
| YUV | 149.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 187 | 0.72 | 0 | 0.03 | 0.25 | 177.84 | 0.57 | 0.48 |
| Hex | 35 | C0 | BB | 48 | 0 | 3 | 19 | B2 | 39 | 30 |
| Octal | 65 | 300 | 273 | 110 | 0 | 3 | 31 | 262 | 71 | 60 |
| Binary | 110101 | 11000000 | 10111011 | 1001000 | 0 | 11 | 11001 | 10110010 | 111001 | 110000 |
Color Harmonies of #35C0BB
Complementary color
Monochromatic Colors of #35C0BB
Black with #35C0BB
Text Example
Text Example
White with #35C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0BB; }
p { color: rgb(53,192,187); }
H1.HeaderClassName
{
color: #35C0BB;
}
.AnyTagClassName
{
color: #35C0BB;
}
</style>
background-color css
<style>
a { background-color: #35C0BB; }
a { background-color: rgb(53,192,187); }
div.DivClassName
{
background-color: #35C0BB;
}
.BgClassName
{
background-color: #35C0BB;
}
</style>
border-color css
<style>
span { border-color: #35C0BB; }
span { border-color: rgb(53,192,187); }
td.TdClassName
{
border-color: #35C0BB;
}
.TagClassName
{
border-color: #35C0BB;
}
</style>