Shades of Light Sea Green #35C0AD
Tints of Light Sea Green #35C0AD
RGB
CMYK
RGB Variations
Color information
#35C0AD (or 0x35C0AD) is known color: Light Sea Green. HEX triplet: 35, C0 and AD. RGB value is (53,192,173). Sum of RGB (Red+Green+Blue) = 53+192+173=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0AD is #CA3F52. Grayscale: #949494. Windows color (decimal): -13254483 or 11386933. OLE color: 11386933.
HSL color Cylindrical-coordinate representation of color #35C0AD: hue angle of 171.8º 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 #35C0AD is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 173 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.25 |
| HSL | 171.8º | 0.57% | 0.48% | - |
| HSV(B) | 171.8º | 0.72% | 0.75% | - |
| XYZ | 27.86 | 41.47 | 46.07 | - |
| YUV | 148.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 173 | 0.72 | 0 | 0.10 | 0.25 | 171.8 | 0.57 | 0.48 |
| Hex | 35 | C0 | AD | 48 | 0 | A | 19 | AC | 39 | 30 |
| Octal | 65 | 300 | 255 | 110 | 0 | 12 | 31 | 254 | 71 | 60 |
| Binary | 110101 | 11000000 | 10101101 | 1001000 | 0 | 1010 | 11001 | 10101100 | 111001 | 110000 |
Color Harmonies of #35C0AD
Complementary color
Monochromatic Colors of #35C0AD
Black with #35C0AD
Text Example
Text Example
White with #35C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0AD; }
p { color: rgb(53,192,173); }
H1.HeaderClassName
{
color: #35C0AD;
}
.AnyTagClassName
{
color: #35C0AD;
}
</style>
background-color css
<style>
a { background-color: #35C0AD; }
a { background-color: rgb(53,192,173); }
div.DivClassName
{
background-color: #35C0AD;
}
.BgClassName
{
background-color: #35C0AD;
}
</style>
border-color css
<style>
span { border-color: #35C0AD; }
span { border-color: rgb(53,192,173); }
td.TdClassName
{
border-color: #35C0AD;
}
.TagClassName
{
border-color: #35C0AD;
}
</style>