Shades of Light Sea Green #35B6A9
Tints of Light Sea Green #35B6A9
RGB
CMYK
RGB Variations
Color information
#35B6A9 (or 0x35B6A9) is known color: Light Sea Green. HEX triplet: 35, B6 and A9. RGB value is (53,182,169). Sum of RGB (Red+Green+Blue) = 53+182+169=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #35B6A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B6A9 is #CA4956. Grayscale: #8D8D8D. Windows color (decimal): -13257047 or 11122229. OLE color: 11122229.
HSL color Cylindrical-coordinate representation of color #35B6A9: hue angle of 173.95º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B6A9 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 182 | 169 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.29 |
| HSL | 173.95º | 0.55% | 0.46% | - |
| HSV(B) | 173.95º | 0.71% | 0.71% | - |
| XYZ | 25.36 | 37.08 | 43.36 | - |
| YUV | 141.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 182 | 169 | 0.71 | 0 | 0.07 | 0.29 | 173.95 | 0.55 | 0.46 |
| Hex | 35 | B6 | A9 | 47 | 0 | 7 | 1D | AE | 37 | 2E |
| Octal | 65 | 266 | 251 | 107 | 0 | 7 | 35 | 256 | 67 | 56 |
| Binary | 110101 | 10110110 | 10101001 | 1000111 | 0 | 111 | 11101 | 10101110 | 110111 | 101110 |
Color Harmonies of #35B6A9
Complementary color
Monochromatic Colors of #35B6A9
Black with #35B6A9
Text Example
Text Example
White with #35B6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B6A9; }
p { color: rgb(53,182,169); }
H1.HeaderClassName
{
color: #35B6A9;
}
.AnyTagClassName
{
color: #35B6A9;
}
</style>
background-color css
<style>
a { background-color: #35B6A9; }
a { background-color: rgb(53,182,169); }
div.DivClassName
{
background-color: #35B6A9;
}
.BgClassName
{
background-color: #35B6A9;
}
</style>
border-color css
<style>
span { border-color: #35B6A9; }
span { border-color: rgb(53,182,169); }
td.TdClassName
{
border-color: #35B6A9;
}
.TagClassName
{
border-color: #35B6A9;
}
</style>