Shades of Light Sea Green #35AFAE
Tints of Light Sea Green #35AFAE
RGB
CMYK
RGB Variations
Color information
#35AFAE (or 0x35AFAE) is known color: Light Sea Green. HEX triplet: 35, AF and AE. RGB value is (53,175,174). Sum of RGB (Red+Green+Blue) = 53+175+174=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #35AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AFAE is #CA5051. Grayscale: #8A8A8A. Windows color (decimal): -13258834 or 11448117. OLE color: 11448117.
HSL color Cylindrical-coordinate representation of color #35AFAE: hue angle of 179.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AFAE is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 175 | 174 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.31 |
| HSL | 179.51º | 0.54% | 0.45% | - |
| HSV(B) | 179.51º | 0.7% | 0.69% | - |
| XYZ | 24.44 | 34.47 | 45.41 | - |
| YUV | 138.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 175 | 174 | 0.70 | 0 | 0.01 | 0.31 | 179.51 | 0.54 | 0.45 |
| Hex | 35 | AF | AE | 46 | 0 | 1 | 1F | B4 | 36 | 2D |
| Octal | 65 | 257 | 256 | 106 | 0 | 1 | 37 | 264 | 66 | 55 |
| Binary | 110101 | 10101111 | 10101110 | 1000110 | 0 | 1 | 11111 | 10110100 | 110110 | 101101 |
Color Harmonies of #35AFAE
Complementary color
Monochromatic Colors of #35AFAE
Black with #35AFAE
Text Example
Text Example
White with #35AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AFAE; }
p { color: rgb(53,175,174); }
H1.HeaderClassName
{
color: #35AFAE;
}
.AnyTagClassName
{
color: #35AFAE;
}
</style>
background-color css
<style>
a { background-color: #35AFAE; }
a { background-color: rgb(53,175,174); }
div.DivClassName
{
background-color: #35AFAE;
}
.BgClassName
{
background-color: #35AFAE;
}
</style>
border-color css
<style>
span { border-color: #35AFAE; }
span { border-color: rgb(53,175,174); }
td.TdClassName
{
border-color: #35AFAE;
}
.TagClassName
{
border-color: #35AFAE;
}
</style>