Shades of Light Sea Green #3BB8AC
Tints of Light Sea Green #3BB8AC
RGB
CMYK
RGB Variations
Color information
#3BB8AC (or 0x3BB8AC) is known color: Light Sea Green. HEX triplet: 3B, B8 and AC. RGB value is (59,184,172). Sum of RGB (Red+Green+Blue) = 59+184+172=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #3BB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB8AC is #C44753. Grayscale: #919191. Windows color (decimal): -12863316 or 11319355. OLE color: 11319355.
HSL color Cylindrical-coordinate representation of color #3BB8AC: hue angle of 174.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB8AC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 184 | 172 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.28 |
| HSL | 174.24º | 0.51% | 0.48% | - |
| HSV(B) | 174.24º | 0.68% | 0.72% | - |
| XYZ | 26.39 | 38.19 | 45.01 | - |
| YUV | 145.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 172 | 0.68 | 0 | 0.07 | 0.28 | 174.24 | 0.51 | 0.48 |
| Hex | 3B | B8 | AC | 44 | 0 | 7 | 1C | AE | 33 | 30 |
| Octal | 73 | 270 | 254 | 104 | 0 | 7 | 34 | 256 | 63 | 60 |
| Binary | 111011 | 10111000 | 10101100 | 1000100 | 0 | 111 | 11100 | 10101110 | 110011 | 110000 |
Color Harmonies of #3BB8AC
Complementary color
Monochromatic Colors of #3BB8AC
Black with #3BB8AC
Text Example
Text Example
White with #3BB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8AC; }
p { color: rgb(59,184,172); }
H1.HeaderClassName
{
color: #3BB8AC;
}
.AnyTagClassName
{
color: #3BB8AC;
}
</style>
background-color css
<style>
a { background-color: #3BB8AC; }
a { background-color: rgb(59,184,172); }
div.DivClassName
{
background-color: #3BB8AC;
}
.BgClassName
{
background-color: #3BB8AC;
}
</style>
border-color css
<style>
span { border-color: #3BB8AC; }
span { border-color: rgb(59,184,172); }
td.TdClassName
{
border-color: #3BB8AC;
}
.TagClassName
{
border-color: #3BB8AC;
}
</style>