Shades of Light Sea Green #35C2AF
Tints of Light Sea Green #35C2AF
RGB
CMYK
RGB Variations
Color information
#35C2AF (or 0x35C2AF) is known color: Light Sea Green. HEX triplet: 35, C2 and AF. RGB value is (53,194,175). Sum of RGB (Red+Green+Blue) = 53+194+175=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #35C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C2AF is #CA3D50. Grayscale: #959595. Windows color (decimal): -13253969 or 11518517. OLE color: 11518517.
HSL color Cylindrical-coordinate representation of color #35C2AF: hue angle of 171.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C2AF is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 175 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.24 |
| HSL | 171.91º | 0.57% | 0.48% | - |
| HSV(B) | 171.91º | 0.73% | 0.76% | - |
| XYZ | 28.5 | 42.44 | 47.25 | - |
| YUV | 149.68 | 142.29 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 175 | 0.73 | 0 | 0.10 | 0.24 | 171.91 | 0.57 | 0.48 |
| Hex | 35 | C2 | AF | 49 | 0 | A | 18 | AC | 39 | 30 |
| Octal | 65 | 302 | 257 | 111 | 0 | 12 | 30 | 254 | 71 | 60 |
| Binary | 110101 | 11000010 | 10101111 | 1001001 | 0 | 1010 | 11000 | 10101100 | 111001 | 110000 |
Color Harmonies of #35C2AF
Complementary color
Monochromatic Colors of #35C2AF
Black with #35C2AF
Text Example
Text Example
White with #35C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C2AF; }
p { color: rgb(53,194,175); }
H1.HeaderClassName
{
color: #35C2AF;
}
.AnyTagClassName
{
color: #35C2AF;
}
</style>
background-color css
<style>
a { background-color: #35C2AF; }
a { background-color: rgb(53,194,175); }
div.DivClassName
{
background-color: #35C2AF;
}
.BgClassName
{
background-color: #35C2AF;
}
</style>
border-color css
<style>
span { border-color: #35C2AF; }
span { border-color: rgb(53,194,175); }
td.TdClassName
{
border-color: #35C2AF;
}
.TagClassName
{
border-color: #35C2AF;
}
</style>