Shades of Light Sea Green #3DAFA8
Tints of Light Sea Green #3DAFA8
RGB
CMYK
RGB Variations
Color information
#3DAFA8 (or 0x3DAFA8) is known color: Light Sea Green. HEX triplet: 3D, AF and A8. RGB value is (61,175,168). Sum of RGB (Red+Green+Blue) = 61+175+168=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAFA8 is #C25057. Grayscale: #8C8C8C. Windows color (decimal): -12734552 or 11054909. OLE color: 11054909.
HSL color Cylindrical-coordinate representation of color #3DAFA8: hue angle of 176.32º 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 #3DAFA8 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 168 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.31 |
| HSL | 176.32º | 0.48% | 0.46% | - |
| HSV(B) | 176.32º | 0.65% | 0.69% | - |
| XYZ | 24.32 | 34.48 | 42.42 | - |
| YUV | 140.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 168 | 0.65 | 0 | 0.04 | 0.31 | 176.32 | 0.48 | 0.46 |
| Hex | 3D | AF | A8 | 41 | 0 | 4 | 1F | B0 | 30 | 2E |
| Octal | 75 | 257 | 250 | 101 | 0 | 4 | 37 | 260 | 60 | 56 |
| Binary | 111101 | 10101111 | 10101000 | 1000001 | 0 | 100 | 11111 | 10110000 | 110000 | 101110 |
Color Harmonies of #3DAFA8
Complementary color
Monochromatic Colors of #3DAFA8
Black with #3DAFA8
Text Example
Text Example
White with #3DAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFA8; }
p { color: rgb(61,175,168); }
H1.HeaderClassName
{
color: #3DAFA8;
}
.AnyTagClassName
{
color: #3DAFA8;
}
</style>
background-color css
<style>
a { background-color: #3DAFA8; }
a { background-color: rgb(61,175,168); }
div.DivClassName
{
background-color: #3DAFA8;
}
.BgClassName
{
background-color: #3DAFA8;
}
</style>
border-color css
<style>
span { border-color: #3DAFA8; }
span { border-color: rgb(61,175,168); }
td.TdClassName
{
border-color: #3DAFA8;
}
.TagClassName
{
border-color: #3DAFA8;
}
</style>