Shades of Light Sea Green #3DB4AB
Tints of Light Sea Green #3DB4AB
RGB
CMYK
RGB Variations
Color information
#3DB4AB (or 0x3DB4AB) is known color: Light Sea Green. HEX triplet: 3D, B4 and AB. RGB value is (61,180,171). Sum of RGB (Red+Green+Blue) = 61+180+171=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB4AB is #C24B54. Grayscale: #8F8F8F. Windows color (decimal): -12733269 or 11252797. OLE color: 11252797.
HSL color Cylindrical-coordinate representation of color #3DB4AB: hue angle of 175.46º degrees, saturation: 0.49, 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 #3DB4AB is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 171 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.29 |
| HSL | 175.46º | 0.49% | 0.47% | - |
| HSV(B) | 175.46º | 0.66% | 0.71% | - |
| XYZ | 25.6 | 36.57 | 44.24 | - |
| YUV | 143.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 171 | 0.66 | 0 | 0.05 | 0.29 | 175.46 | 0.49 | 0.47 |
| Hex | 3D | B4 | AB | 42 | 0 | 5 | 1D | AF | 31 | 2F |
| Octal | 75 | 264 | 253 | 102 | 0 | 5 | 35 | 257 | 61 | 57 |
| Binary | 111101 | 10110100 | 10101011 | 1000010 | 0 | 101 | 11101 | 10101111 | 110001 | 101111 |
Color Harmonies of #3DB4AB
Complementary color
Monochromatic Colors of #3DB4AB
Black with #3DB4AB
Text Example
Text Example
White with #3DB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4AB; }
p { color: rgb(61,180,171); }
H1.HeaderClassName
{
color: #3DB4AB;
}
.AnyTagClassName
{
color: #3DB4AB;
}
</style>
background-color css
<style>
a { background-color: #3DB4AB; }
a { background-color: rgb(61,180,171); }
div.DivClassName
{
background-color: #3DB4AB;
}
.BgClassName
{
background-color: #3DB4AB;
}
</style>
border-color css
<style>
span { border-color: #3DB4AB; }
span { border-color: rgb(61,180,171); }
td.TdClassName
{
border-color: #3DB4AB;
}
.TagClassName
{
border-color: #3DB4AB;
}
</style>