Shades of Light Sea Green #3DBBAC
Tints of Light Sea Green #3DBBAC
RGB
CMYK
RGB Variations
Color information
#3DBBAC (or 0x3DBBAC) is known color: Light Sea Green. HEX triplet: 3D, BB and AC. RGB value is (61,187,172). Sum of RGB (Red+Green+Blue) = 61+187+172=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBBAC is #C24453. Grayscale: #939393. Windows color (decimal): -12731476 or 11320125. OLE color: 11320125.
HSL color Cylindrical-coordinate representation of color #3DBBAC: hue angle of 172.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBBAC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 172 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.27 |
| HSL | 172.86º | 0.51% | 0.49% | - |
| HSV(B) | 172.86º | 0.67% | 0.73% | - |
| XYZ | 27.14 | 39.51 | 45.23 | - |
| YUV | 147.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 172 | 0.67 | 0 | 0.08 | 0.27 | 172.86 | 0.51 | 0.49 |
| Hex | 3D | BB | AC | 43 | 0 | 8 | 1B | AD | 33 | 31 |
| Octal | 75 | 273 | 254 | 103 | 0 | 10 | 33 | 255 | 63 | 61 |
| Binary | 111101 | 10111011 | 10101100 | 1000011 | 0 | 1000 | 11011 | 10101101 | 110011 | 110001 |
Color Harmonies of #3DBBAC
Complementary color
Monochromatic Colors of #3DBBAC
Black with #3DBBAC
Text Example
Text Example
White with #3DBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBAC; }
p { color: rgb(61,187,172); }
H1.HeaderClassName
{
color: #3DBBAC;
}
.AnyTagClassName
{
color: #3DBBAC;
}
</style>
background-color css
<style>
a { background-color: #3DBBAC; }
a { background-color: rgb(61,187,172); }
div.DivClassName
{
background-color: #3DBBAC;
}
.BgClassName
{
background-color: #3DBBAC;
}
</style>
border-color css
<style>
span { border-color: #3DBBAC; }
span { border-color: rgb(61,187,172); }
td.TdClassName
{
border-color: #3DBBAC;
}
.TagClassName
{
border-color: #3DBBAC;
}
</style>