Shades of Light Sea Green #3DAFAE
Tints of Light Sea Green #3DAFAE
RGB
CMYK
RGB Variations
Color information
#3DAFAE (or 0x3DAFAE) is known color: Light Sea Green. HEX triplet: 3D, AF and AE. RGB value is (61,175,174). Sum of RGB (Red+Green+Blue) = 61+175+174=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFAE is #C25051. Grayscale: #8C8C8C. Windows color (decimal): -12734546 or 11448125. OLE color: 11448125.
HSL color Cylindrical-coordinate representation of color #3DAFAE: hue angle of 179.47º 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 #3DAFAE is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 174 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.31 |
| HSL | 179.47º | 0.48% | 0.46% | - |
| HSV(B) | 179.47º | 0.65% | 0.69% | - |
| XYZ | 24.89 | 34.71 | 45.43 | - |
| YUV | 140.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 174 | 0.65 | 0 | 0.01 | 0.31 | 179.47 | 0.48 | 0.46 |
| Hex | 3D | AF | AE | 41 | 0 | 1 | 1F | B3 | 30 | 2E |
| Octal | 75 | 257 | 256 | 101 | 0 | 1 | 37 | 263 | 60 | 56 |
| Binary | 111101 | 10101111 | 10101110 | 1000001 | 0 | 1 | 11111 | 10110011 | 110000 | 101110 |
Color Harmonies of #3DAFAE
Complementary color
Monochromatic Colors of #3DAFAE
Black with #3DAFAE
Text Example
Text Example
White with #3DAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFAE; }
p { color: rgb(61,175,174); }
H1.HeaderClassName
{
color: #3DAFAE;
}
.AnyTagClassName
{
color: #3DAFAE;
}
</style>
background-color css
<style>
a { background-color: #3DAFAE; }
a { background-color: rgb(61,175,174); }
div.DivClassName
{
background-color: #3DAFAE;
}
.BgClassName
{
background-color: #3DAFAE;
}
</style>
border-color css
<style>
span { border-color: #3DAFAE; }
span { border-color: rgb(61,175,174); }
td.TdClassName
{
border-color: #3DAFAE;
}
.TagClassName
{
border-color: #3DAFAE;
}
</style>