Shades of Light Sea Green #3DB4AC
Tints of Light Sea Green #3DB4AC
RGB
CMYK
RGB Variations
Color information
#3DB4AC (or 0x3DB4AC) is known color: Light Sea Green. HEX triplet: 3D, B4 and AC. RGB value is (61,180,172). Sum of RGB (Red+Green+Blue) = 61+180+172=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB4AC is #C24B53. Grayscale: #8F8F8F. Windows color (decimal): -12733268 or 11318333. OLE color: 11318333.
HSL color Cylindrical-coordinate representation of color #3DB4AC: hue angle of 175.97º 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 #3DB4AC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 61 | 180 | 172 | - |
CMYK | 0.66 | 0 | 0.04 | 0.29 |
HSL | 175.97º | 0.49% | 0.47% | - |
HSV(B) | 175.97º | 0.66% | 0.71% | - |
XYZ | 25.69 | 36.61 | 44.74 | - |
YUV | 143.51 | 144.08 | 69.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 180 | 172 | 0.66 | 0 | 0.04 | 0.29 | 175.97 | 0.49 | 0.47 |
Hex | 3D | B4 | AC | 42 | 0 | 4 | 1D | B0 | 31 | 2F |
Octal | 75 | 264 | 254 | 102 | 0 | 4 | 35 | 260 | 61 | 57 |
Binary | 111101 | 10110100 | 10101100 | 1000010 | 0 | 100 | 11101 | 10110000 | 110001 | 101111 |
Color Harmonies of #3DB4AC
Complementary color
Monochromatic Colors of #3DB4AC
Black with #3DB4AC
Text Example
Text Example
White with #3DB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4AC; }
p { color: rgb(61,180,172); }
H1.HeaderClassName
{
color: #3DB4AC;
}
.AnyTagClassName
{
color: #3DB4AC;
}
</style>
background-color css
<style>
a { background-color: #3DB4AC; }
a { background-color: rgb(61,180,172); }
div.DivClassName
{
background-color: #3DB4AC;
}
.BgClassName
{
background-color: #3DB4AC;
}
</style>
border-color css
<style>
span { border-color: #3DB4AC; }
span { border-color: rgb(61,180,172); }
td.TdClassName
{
border-color: #3DB4AC;
}
.TagClassName
{
border-color: #3DB4AC;
}
</style>