Shades of Light Sea Green #3DB5AA
Tints of Light Sea Green #3DB5AA
RGB
CMYK
RGB Variations
Color information
#3DB5AA (or 0x3DB5AA) is known color: Light Sea Green. HEX triplet: 3D, B5 and AA. RGB value is (61,181,170). Sum of RGB (Red+Green+Blue) = 61+181+170=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB5AA is #C24A55. Grayscale: #8F8F8F. Windows color (decimal): -12733014 or 11187517. OLE color: 11187517.
HSL color Cylindrical-coordinate representation of color #3DB5AA: hue angle of 174.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB5AA is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 170 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.29 |
| HSL | 174.5º | 0.5% | 0.47% | - |
| HSV(B) | 174.5º | 0.66% | 0.71% | - |
| XYZ | 25.7 | 36.94 | 43.81 | - |
| YUV | 143.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 170 | 0.66 | 0 | 0.06 | 0.29 | 174.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | AA | 42 | 0 | 6 | 1D | AE | 32 | 2F |
| Octal | 75 | 265 | 252 | 102 | 0 | 6 | 35 | 256 | 62 | 57 |
| Binary | 111101 | 10110101 | 10101010 | 1000010 | 0 | 110 | 11101 | 10101110 | 110010 | 101111 |
Color Harmonies of #3DB5AA
Complementary color
Monochromatic Colors of #3DB5AA
Black with #3DB5AA
Text Example
Text Example
White with #3DB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5AA; }
p { color: rgb(61,181,170); }
H1.HeaderClassName
{
color: #3DB5AA;
}
.AnyTagClassName
{
color: #3DB5AA;
}
</style>
background-color css
<style>
a { background-color: #3DB5AA; }
a { background-color: rgb(61,181,170); }
div.DivClassName
{
background-color: #3DB5AA;
}
.BgClassName
{
background-color: #3DB5AA;
}
</style>
border-color css
<style>
span { border-color: #3DB5AA; }
span { border-color: rgb(61,181,170); }
td.TdClassName
{
border-color: #3DB5AA;
}
.TagClassName
{
border-color: #3DB5AA;
}
</style>