Shades of Light Sea Green #35AFA5
Tints of Light Sea Green #35AFA5
RGB
CMYK
RGB Variations
Color information
#35AFA5 (or 0x35AFA5) is known color: Light Sea Green. HEX triplet: 35, AF and A5. RGB value is (53,175,165). Sum of RGB (Red+Green+Blue) = 53+175+165=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #35AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AFA5 is #CA505A. Grayscale: #898989. Windows color (decimal): -13258843 or 10858293. OLE color: 10858293.
HSL color Cylindrical-coordinate representation of color #35AFA5: hue angle of 175.08º 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 #35AFA5 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 175 | 165 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.31 |
| HSL | 175.08º | 0.54% | 0.45% | - |
| HSV(B) | 175.08º | 0.7% | 0.69% | - |
| XYZ | 23.59 | 34.13 | 40.94 | - |
| YUV | 137.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 175 | 165 | 0.70 | 0 | 0.06 | 0.31 | 175.08 | 0.54 | 0.45 |
| Hex | 35 | AF | A5 | 46 | 0 | 6 | 1F | AF | 36 | 2D |
| Octal | 65 | 257 | 245 | 106 | 0 | 6 | 37 | 257 | 66 | 55 |
| Binary | 110101 | 10101111 | 10100101 | 1000110 | 0 | 110 | 11111 | 10101111 | 110110 | 101101 |
Color Harmonies of #35AFA5
Complementary color
Monochromatic Colors of #35AFA5
Black with #35AFA5
Text Example
Text Example
White with #35AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AFA5; }
p { color: rgb(53,175,165); }
H1.HeaderClassName
{
color: #35AFA5;
}
.AnyTagClassName
{
color: #35AFA5;
}
</style>
background-color css
<style>
a { background-color: #35AFA5; }
a { background-color: rgb(53,175,165); }
div.DivClassName
{
background-color: #35AFA5;
}
.BgClassName
{
background-color: #35AFA5;
}
</style>
border-color css
<style>
span { border-color: #35AFA5; }
span { border-color: rgb(53,175,165); }
td.TdClassName
{
border-color: #35AFA5;
}
.TagClassName
{
border-color: #35AFA5;
}
</style>