Shades of Light Sea Green #3DAFA2
Tints of Light Sea Green #3DAFA2
RGB
CMYK
RGB Variations
Color information
#3DAFA2 (or 0x3DAFA2) is known color: Light Sea Green. HEX triplet: 3D, AF and A2. RGB value is (61,175,162). Sum of RGB (Red+Green+Blue) = 61+175+162=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFA2 is #C2505D. Grayscale: #8B8B8B. Windows color (decimal): -12734558 or 10661693. OLE color: 10661693.
HSL color Cylindrical-coordinate representation of color #3DAFA2: hue angle of 173.16º 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 #3DAFA2 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 162 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.31 |
| HSL | 173.16º | 0.48% | 0.46% | - |
| HSV(B) | 173.16º | 0.65% | 0.69% | - |
| XYZ | 23.78 | 34.26 | 39.54 | - |
| YUV | 139.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 162 | 0.65 | 0 | 0.07 | 0.31 | 173.16 | 0.48 | 0.46 |
| Hex | 3D | AF | A2 | 41 | 0 | 7 | 1F | AD | 30 | 2E |
| Octal | 75 | 257 | 242 | 101 | 0 | 7 | 37 | 255 | 60 | 56 |
| Binary | 111101 | 10101111 | 10100010 | 1000001 | 0 | 111 | 11111 | 10101101 | 110000 | 101110 |
Color Harmonies of #3DAFA2
Complementary color
Monochromatic Colors of #3DAFA2
Black with #3DAFA2
Text Example
Text Example
White with #3DAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFA2; }
p { color: rgb(61,175,162); }
H1.HeaderClassName
{
color: #3DAFA2;
}
.AnyTagClassName
{
color: #3DAFA2;
}
</style>
background-color css
<style>
a { background-color: #3DAFA2; }
a { background-color: rgb(61,175,162); }
div.DivClassName
{
background-color: #3DAFA2;
}
.BgClassName
{
background-color: #3DAFA2;
}
</style>
border-color css
<style>
span { border-color: #3DAFA2; }
span { border-color: rgb(61,175,162); }
td.TdClassName
{
border-color: #3DAFA2;
}
.TagClassName
{
border-color: #3DAFA2;
}
</style>