Shades of Light Sea Green #35B6A4
Tints of Light Sea Green #35B6A4
RGB
CMYK
RGB Variations
Color information
#35B6A4 (or 0x35B6A4) is known color: Light Sea Green. HEX triplet: 35, B6 and A4. RGB value is (53,182,164). Sum of RGB (Red+Green+Blue) = 53+182+164=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #35B6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B6A4 is #CA495B. Grayscale: #8D8D8D. Windows color (decimal): -13257052 or 10794549. OLE color: 10794549.
HSL color Cylindrical-coordinate representation of color #35B6A4: hue angle of 171.63º 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 #35B6A4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 182 | 164 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.29 |
| HSL | 171.63º | 0.55% | 0.46% | - |
| HSV(B) | 171.63º | 0.71% | 0.71% | - |
| XYZ | 24.9 | 36.89 | 40.93 | - |
| YUV | 141.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 182 | 164 | 0.71 | 0 | 0.10 | 0.29 | 171.63 | 0.55 | 0.46 |
| Hex | 35 | B6 | A4 | 47 | 0 | A | 1D | AC | 37 | 2E |
| Octal | 65 | 266 | 244 | 107 | 0 | 12 | 35 | 254 | 67 | 56 |
| Binary | 110101 | 10110110 | 10100100 | 1000111 | 0 | 1010 | 11101 | 10101100 | 110111 | 101110 |
Color Harmonies of #35B6A4
Complementary color
Monochromatic Colors of #35B6A4
Black with #35B6A4
Text Example
Text Example
White with #35B6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B6A4; }
p { color: rgb(53,182,164); }
H1.HeaderClassName
{
color: #35B6A4;
}
.AnyTagClassName
{
color: #35B6A4;
}
</style>
background-color css
<style>
a { background-color: #35B6A4; }
a { background-color: rgb(53,182,164); }
div.DivClassName
{
background-color: #35B6A4;
}
.BgClassName
{
background-color: #35B6A4;
}
</style>
border-color css
<style>
span { border-color: #35B6A4; }
span { border-color: rgb(53,182,164); }
td.TdClassName
{
border-color: #35B6A4;
}
.TagClassName
{
border-color: #35B6A4;
}
</style>