Shades of Light Sea Green #35A9A4
Tints of Light Sea Green #35A9A4
RGB
CMYK
RGB Variations
Color information
#35A9A4 (or 0x35A9A4) is known color: Light Sea Green. HEX triplet: 35, A9 and A4. RGB value is (53,169,164). Sum of RGB (Red+Green+Blue) = 53+169+164=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #35A9A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A9A4 is #CA565B. Grayscale: #858585. Windows color (decimal): -13260380 or 10791221. OLE color: 10791221.
HSL color Cylindrical-coordinate representation of color #35A9A4: hue angle of 177.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A9A4 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 169 | 164 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.34 |
| HSL | 177.41º | 0.52% | 0.44% | - |
| HSV(B) | 177.41º | 0.69% | 0.66% | - |
| XYZ | 22.36 | 31.81 | 40.08 | - |
| YUV | 133.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 169 | 164 | 0.69 | 0 | 0.03 | 0.34 | 177.41 | 0.52 | 0.44 |
| Hex | 35 | A9 | A4 | 45 | 0 | 3 | 22 | B1 | 34 | 2C |
| Octal | 65 | 251 | 244 | 105 | 0 | 3 | 42 | 261 | 64 | 54 |
| Binary | 110101 | 10101001 | 10100100 | 1000101 | 0 | 11 | 100010 | 10110001 | 110100 | 101100 |
Color Harmonies of #35A9A4
Complementary color
Monochromatic Colors of #35A9A4
Black with #35A9A4
Text Example
Text Example
White with #35A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A9A4; }
p { color: rgb(53,169,164); }
H1.HeaderClassName
{
color: #35A9A4;
}
.AnyTagClassName
{
color: #35A9A4;
}
</style>
background-color css
<style>
a { background-color: #35A9A4; }
a { background-color: rgb(53,169,164); }
div.DivClassName
{
background-color: #35A9A4;
}
.BgClassName
{
background-color: #35A9A4;
}
</style>
border-color css
<style>
span { border-color: #35A9A4; }
span { border-color: rgb(53,169,164); }
td.TdClassName
{
border-color: #35A9A4;
}
.TagClassName
{
border-color: #35A9A4;
}
</style>