Shades of Light Sea Green #3DAAAF
Tints of Light Sea Green #3DAAAF
RGB
CMYK
RGB Variations
Color information
#3DAAAF (or 0x3DAAAF) is known color: Light Sea Green. HEX triplet: 3D, AA and AF. RGB value is (61,170,175). Sum of RGB (Red+Green+Blue) = 61+170+175=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #3DAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAAAF is #C25550. Grayscale: #898989. Windows color (decimal): -12735825 or 11512381. OLE color: 11512381.
HSL color Cylindrical-coordinate representation of color #3DAAAF: hue angle of 182.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAAAF is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 170 | 175 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.31 |
| HSL | 182.63º | 0.48% | 0.46% | - |
| HSV(B) | 182.63º | 0.65% | 0.69% | - |
| XYZ | 24.04 | 32.84 | 45.63 | - |
| YUV | 137.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 175 | 0.65 | 0.03 | 0 | 0.31 | 182.63 | 0.48 | 0.46 |
| Hex | 3D | AA | AF | 41 | 3 | 0 | 1F | B7 | 30 | 2E |
| Octal | 75 | 252 | 257 | 101 | 3 | 0 | 37 | 267 | 60 | 56 |
| Binary | 111101 | 10101010 | 10101111 | 1000001 | 11 | 0 | 11111 | 10110111 | 110000 | 101110 |
Color Harmonies of #3DAAAF
Complementary color
Monochromatic Colors of #3DAAAF
Black with #3DAAAF
Text Example
Text Example
White with #3DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAAF; }
p { color: rgb(61,170,175); }
H1.HeaderClassName
{
color: #3DAAAF;
}
.AnyTagClassName
{
color: #3DAAAF;
}
</style>
background-color css
<style>
a { background-color: #3DAAAF; }
a { background-color: rgb(61,170,175); }
div.DivClassName
{
background-color: #3DAAAF;
}
.BgClassName
{
background-color: #3DAAAF;
}
</style>
border-color css
<style>
span { border-color: #3DAAAF; }
span { border-color: rgb(61,170,175); }
td.TdClassName
{
border-color: #3DAAAF;
}
.TagClassName
{
border-color: #3DAAAF;
}
</style>