Shades of Light Sea Green #35B9BD
Tints of Light Sea Green #35B9BD
RGB
CMYK
RGB Variations
Color information
#35B9BD (or 0x35B9BD) is known color: Light Sea Green. HEX triplet: 35, B9 and BD. RGB value is (53,185,189). Sum of RGB (Red+Green+Blue) = 53+185+189=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #35B9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9BD is #CA4642. Grayscale: #919191. Windows color (decimal): -13256259 or 12433717. OLE color: 12433717.
HSL color Cylindrical-coordinate representation of color #35B9BD: hue angle of 181.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35B9BD is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 185 | 189 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.26 |
| HSL | 181.76º | 0.56% | 0.47% | - |
| HSV(B) | 181.76º | 0.72% | 0.74% | - |
| XYZ | 28 | 39.13 | 54.22 | - |
| YUV | 145.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 189 | 0.72 | 0.02 | 0 | 0.26 | 181.76 | 0.56 | 0.47 |
| Hex | 35 | B9 | BD | 48 | 2 | 0 | 1A | B6 | 38 | 2F |
| Octal | 65 | 271 | 275 | 110 | 2 | 0 | 32 | 266 | 70 | 57 |
| Binary | 110101 | 10111001 | 10111101 | 1001000 | 10 | 0 | 11010 | 10110110 | 111000 | 101111 |
Color Harmonies of #35B9BD
Complementary color
Monochromatic Colors of #35B9BD
Black with #35B9BD
Text Example
Text Example
White with #35B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B9BD; }
p { color: rgb(53,185,189); }
H1.HeaderClassName
{
color: #35B9BD;
}
.AnyTagClassName
{
color: #35B9BD;
}
</style>
background-color css
<style>
a { background-color: #35B9BD; }
a { background-color: rgb(53,185,189); }
div.DivClassName
{
background-color: #35B9BD;
}
.BgClassName
{
background-color: #35B9BD;
}
</style>
border-color css
<style>
span { border-color: #35B9BD; }
span { border-color: rgb(53,185,189); }
td.TdClassName
{
border-color: #35B9BD;
}
.TagClassName
{
border-color: #35B9BD;
}
</style>