Shades of Light Sea Green #35BBA5
Tints of Light Sea Green #35BBA5
RGB
CMYK
RGB Variations
Color information
#35BBA5 (or 0x35BBA5) is known color: Light Sea Green. HEX triplet: 35, BB and A5. RGB value is (53,187,165). Sum of RGB (Red+Green+Blue) = 53+187+165=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #35BBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BBA5 is #CA445A. Grayscale: #909090. Windows color (decimal): -13255771 or 10861365. OLE color: 10861365.
HSL color Cylindrical-coordinate representation of color #35BBA5: hue angle of 170.15º 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 #35BBA5 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 165 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.27 |
| HSL | 170.15º | 0.56% | 0.47% | - |
| HSV(B) | 170.15º | 0.72% | 0.73% | - |
| XYZ | 26.03 | 39.01 | 41.76 | - |
| YUV | 144.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 165 | 0.72 | 0 | 0.12 | 0.27 | 170.15 | 0.56 | 0.47 |
| Hex | 35 | BB | A5 | 48 | 0 | C | 1B | AA | 38 | 2F |
| Octal | 65 | 273 | 245 | 110 | 0 | 14 | 33 | 252 | 70 | 57 |
| Binary | 110101 | 10111011 | 10100101 | 1001000 | 0 | 1100 | 11011 | 10101010 | 111000 | 101111 |
Color Harmonies of #35BBA5
Complementary color
Monochromatic Colors of #35BBA5
Black with #35BBA5
Text Example
Text Example
White with #35BBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BBA5; }
p { color: rgb(53,187,165); }
H1.HeaderClassName
{
color: #35BBA5;
}
.AnyTagClassName
{
color: #35BBA5;
}
</style>
background-color css
<style>
a { background-color: #35BBA5; }
a { background-color: rgb(53,187,165); }
div.DivClassName
{
background-color: #35BBA5;
}
.BgClassName
{
background-color: #35BBA5;
}
</style>
border-color css
<style>
span { border-color: #35BBA5; }
span { border-color: rgb(53,187,165); }
td.TdClassName
{
border-color: #35BBA5;
}
.TagClassName
{
border-color: #35BBA5;
}
</style>