Shades of Light Sea Green #3DBAB5
Tints of Light Sea Green #3DBAB5
RGB
CMYK
RGB Variations
Color information
#3DBAB5 (or 0x3DBAB5) is known color: Light Sea Green. HEX triplet: 3D, BA and B5. RGB value is (61,186,181). Sum of RGB (Red+Green+Blue) = 61+186+181=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBAB5 is #C2454A. Grayscale: #939393. Windows color (decimal): -12731723 or 11909693. OLE color: 11909693.
HSL color Cylindrical-coordinate representation of color #3DBAB5: hue angle of 177.6º 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 #3DBAB5 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 181 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.27 |
| HSL | 177.6º | 0.51% | 0.48% | - |
| HSV(B) | 177.6º | 0.67% | 0.73% | - |
| XYZ | 27.82 | 39.45 | 49.86 | - |
| YUV | 148.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 181 | 0.67 | 0 | 0.03 | 0.27 | 177.6 | 0.51 | 0.48 |
| Hex | 3D | BA | B5 | 43 | 0 | 3 | 1B | B2 | 33 | 30 |
| Octal | 75 | 272 | 265 | 103 | 0 | 3 | 33 | 262 | 63 | 60 |
| Binary | 111101 | 10111010 | 10110101 | 1000011 | 0 | 11 | 11011 | 10110010 | 110011 | 110000 |
Color Harmonies of #3DBAB5
Complementary color
Monochromatic Colors of #3DBAB5
Black with #3DBAB5
Text Example
Text Example
White with #3DBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBAB5; }
p { color: rgb(61,186,181); }
H1.HeaderClassName
{
color: #3DBAB5;
}
.AnyTagClassName
{
color: #3DBAB5;
}
</style>
background-color css
<style>
a { background-color: #3DBAB5; }
a { background-color: rgb(61,186,181); }
div.DivClassName
{
background-color: #3DBAB5;
}
.BgClassName
{
background-color: #3DBAB5;
}
</style>
border-color css
<style>
span { border-color: #3DBAB5; }
span { border-color: rgb(61,186,181); }
td.TdClassName
{
border-color: #3DBAB5;
}
.TagClassName
{
border-color: #3DBAB5;
}
</style>