Shades of Light Sea Green #3DBCAF
Tints of Light Sea Green #3DBCAF
RGB
CMYK
RGB Variations
Color information
#3DBCAF (or 0x3DBCAF) is known color: Light Sea Green. HEX triplet: 3D, BC and AF. RGB value is (61,188,175). Sum of RGB (Red+Green+Blue) = 61+188+175=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBCAF is #C24350. Grayscale: #949494. Windows color (decimal): -12731217 or 11516989. OLE color: 11516989.
HSL color Cylindrical-coordinate representation of color #3DBCAF: hue angle of 173.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBCAF is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 175 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.26 |
| HSL | 173.86º | 0.51% | 0.49% | - |
| HSV(B) | 173.86º | 0.68% | 0.74% | - |
| XYZ | 27.65 | 40.05 | 46.83 | - |
| YUV | 148.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 175 | 0.68 | 0 | 0.07 | 0.26 | 173.86 | 0.51 | 0.49 |
| Hex | 3D | BC | AF | 44 | 0 | 7 | 1A | AE | 33 | 31 |
| Octal | 75 | 274 | 257 | 104 | 0 | 7 | 32 | 256 | 63 | 61 |
| Binary | 111101 | 10111100 | 10101111 | 1000100 | 0 | 111 | 11010 | 10101110 | 110011 | 110001 |
Color Harmonies of #3DBCAF
Complementary color
Monochromatic Colors of #3DBCAF
Black with #3DBCAF
Text Example
Text Example
White with #3DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCAF; }
p { color: rgb(61,188,175); }
H1.HeaderClassName
{
color: #3DBCAF;
}
.AnyTagClassName
{
color: #3DBCAF;
}
</style>
background-color css
<style>
a { background-color: #3DBCAF; }
a { background-color: rgb(61,188,175); }
div.DivClassName
{
background-color: #3DBCAF;
}
.BgClassName
{
background-color: #3DBCAF;
}
</style>
border-color css
<style>
span { border-color: #3DBCAF; }
span { border-color: rgb(61,188,175); }
td.TdClassName
{
border-color: #3DBCAF;
}
.TagClassName
{
border-color: #3DBCAF;
}
</style>