Shades of Light Sea Green #35BBA6
Tints of Light Sea Green #35BBA6
RGB
CMYK
RGB Variations
Color information
#35BBA6 (or 0x35BBA6) is known color: Light Sea Green. HEX triplet: 35, BB and A6. RGB value is (53,187,166). Sum of RGB (Red+Green+Blue) = 53+187+166=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #35BBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BBA6 is #CA4459. Grayscale: #909090. Windows color (decimal): -13255770 or 10926901. OLE color: 10926901.
HSL color Cylindrical-coordinate representation of color #35BBA6: hue angle of 170.6º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BBA6 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 166 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.27 |
| HSL | 170.6º | 0.56% | 0.47% | - |
| HSV(B) | 170.6º | 0.72% | 0.73% | - |
| XYZ | 26.12 | 39.05 | 42.24 | - |
| YUV | 144.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 166 | 0.72 | 0 | 0.11 | 0.27 | 170.6 | 0.56 | 0.47 |
| Hex | 35 | BB | A6 | 48 | 0 | B | 1B | AB | 38 | 2F |
| Octal | 65 | 273 | 246 | 110 | 0 | 13 | 33 | 253 | 70 | 57 |
| Binary | 110101 | 10111011 | 10100110 | 1001000 | 0 | 1011 | 11011 | 10101011 | 111000 | 101111 |
Color Harmonies of #35BBA6
Complementary color
Monochromatic Colors of #35BBA6
Black with #35BBA6
Text Example
Text Example
White with #35BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BBA6; }
p { color: rgb(53,187,166); }
H1.HeaderClassName
{
color: #35BBA6;
}
.AnyTagClassName
{
color: #35BBA6;
}
</style>
background-color css
<style>
a { background-color: #35BBA6; }
a { background-color: rgb(53,187,166); }
div.DivClassName
{
background-color: #35BBA6;
}
.BgClassName
{
background-color: #35BBA6;
}
</style>
border-color css
<style>
span { border-color: #35BBA6; }
span { border-color: rgb(53,187,166); }
td.TdClassName
{
border-color: #35BBA6;
}
.TagClassName
{
border-color: #35BBA6;
}
</style>