Shades of Light Sea Green #3DB3B2
Tints of Light Sea Green #3DB3B2
RGB
CMYK
RGB Variations
Color information
#3DB3B2 (or 0x3DB3B2) is known color: Light Sea Green. HEX triplet: 3D, B3 and B2. RGB value is (61,179,178). Sum of RGB (Red+Green+Blue) = 61+179+178=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB3B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB3B2 is #C24C4D. Grayscale: #8F8F8F. Windows color (decimal): -12733518 or 11711293. OLE color: 11711293.
HSL color Cylindrical-coordinate representation of color #3DB3B2: hue angle of 179.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB3B2 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 178 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.30 |
| HSL | 179.49º | 0.49% | 0.47% | - |
| HSV(B) | 179.49º | 0.66% | 0.7% | - |
| XYZ | 26.08 | 36.45 | 47.78 | - |
| YUV | 143.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 178 | 0.66 | 0 | 0.01 | 0.30 | 179.49 | 0.49 | 0.47 |
| Hex | 3D | B3 | B2 | 42 | 0 | 1 | 1E | B3 | 31 | 2F |
| Octal | 75 | 263 | 262 | 102 | 0 | 1 | 36 | 263 | 61 | 57 |
| Binary | 111101 | 10110011 | 10110010 | 1000010 | 0 | 1 | 11110 | 10110011 | 110001 | 101111 |
Color Harmonies of #3DB3B2
Complementary color
Monochromatic Colors of #3DB3B2
Black with #3DB3B2
Text Example
Text Example
White with #3DB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3B2; }
p { color: rgb(61,179,178); }
H1.HeaderClassName
{
color: #3DB3B2;
}
.AnyTagClassName
{
color: #3DB3B2;
}
</style>
background-color css
<style>
a { background-color: #3DB3B2; }
a { background-color: rgb(61,179,178); }
div.DivClassName
{
background-color: #3DB3B2;
}
.BgClassName
{
background-color: #3DB3B2;
}
</style>
border-color css
<style>
span { border-color: #3DB3B2; }
span { border-color: rgb(61,179,178); }
td.TdClassName
{
border-color: #3DB3B2;
}
.TagClassName
{
border-color: #3DB3B2;
}
</style>