Shades of Light Sea Green #35AEB6
Tints of Light Sea Green #35AEB6
RGB
CMYK
RGB Variations
Color information
#35AEB6 (or 0x35AEB6) is known color: Light Sea Green. HEX triplet: 35, AE and B6. RGB value is (53,174,182). Sum of RGB (Red+Green+Blue) = 53+174+182=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #35AEB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEB6 is #CA5149. Grayscale: #8A8A8A. Windows color (decimal): -13259082 or 11972149. OLE color: 11972149.
HSL color Cylindrical-coordinate representation of color #35AEB6: hue angle of 183.72º 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 #35AEB6 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 174 | 182 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.29 |
| HSL | 183.72º | 0.55% | 0.46% | - |
| HSV(B) | 183.72º | 0.71% | 0.71% | - |
| XYZ | 25.05 | 34.41 | 49.58 | - |
| YUV | 138.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 174 | 182 | 0.71 | 0.04 | 0 | 0.29 | 183.72 | 0.55 | 0.46 |
| Hex | 35 | AE | B6 | 47 | 4 | 0 | 1D | B8 | 37 | 2E |
| Octal | 65 | 256 | 266 | 107 | 4 | 0 | 35 | 270 | 67 | 56 |
| Binary | 110101 | 10101110 | 10110110 | 1000111 | 100 | 0 | 11101 | 10111000 | 110111 | 101110 |
Color Harmonies of #35AEB6
Complementary color
Monochromatic Colors of #35AEB6
Black with #35AEB6
Text Example
Text Example
White with #35AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AEB6; }
p { color: rgb(53,174,182); }
H1.HeaderClassName
{
color: #35AEB6;
}
.AnyTagClassName
{
color: #35AEB6;
}
</style>
background-color css
<style>
a { background-color: #35AEB6; }
a { background-color: rgb(53,174,182); }
div.DivClassName
{
background-color: #35AEB6;
}
.BgClassName
{
background-color: #35AEB6;
}
</style>
border-color css
<style>
span { border-color: #35AEB6; }
span { border-color: rgb(53,174,182); }
td.TdClassName
{
border-color: #35AEB6;
}
.TagClassName
{
border-color: #35AEB6;
}
</style>