Shades of Light Sea Green #3DBAAF
Tints of Light Sea Green #3DBAAF
RGB
CMYK
RGB Variations
Color information
#3DBAAF (or 0x3DBAAF) is known color: Light Sea Green. HEX triplet: 3D, BA and AF. RGB value is (61,186,175). Sum of RGB (Red+Green+Blue) = 61+186+175=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBAAF is #C24550. Grayscale: #939393. Windows color (decimal): -12731729 or 11516477. OLE color: 11516477.
HSL color Cylindrical-coordinate representation of color #3DBAAF: hue angle of 174.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBAAF is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 175 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.27 |
| HSL | 174.72º | 0.51% | 0.48% | - |
| HSV(B) | 174.72º | 0.67% | 0.73% | - |
| XYZ | 27.22 | 39.21 | 46.69 | - |
| YUV | 147.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 175 | 0.67 | 0 | 0.06 | 0.27 | 174.72 | 0.51 | 0.48 |
| Hex | 3D | BA | AF | 43 | 0 | 6 | 1B | AF | 33 | 30 |
| Octal | 75 | 272 | 257 | 103 | 0 | 6 | 33 | 257 | 63 | 60 |
| Binary | 111101 | 10111010 | 10101111 | 1000011 | 0 | 110 | 11011 | 10101111 | 110011 | 110000 |
Color Harmonies of #3DBAAF
Complementary color
Monochromatic Colors of #3DBAAF
Black with #3DBAAF
Text Example
Text Example
White with #3DBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBAAF; }
p { color: rgb(61,186,175); }
H1.HeaderClassName
{
color: #3DBAAF;
}
.AnyTagClassName
{
color: #3DBAAF;
}
</style>
background-color css
<style>
a { background-color: #3DBAAF; }
a { background-color: rgb(61,186,175); }
div.DivClassName
{
background-color: #3DBAAF;
}
.BgClassName
{
background-color: #3DBAAF;
}
</style>
border-color css
<style>
span { border-color: #3DBAAF; }
span { border-color: rgb(61,186,175); }
td.TdClassName
{
border-color: #3DBAAF;
}
.TagClassName
{
border-color: #3DBAAF;
}
</style>