Shades of Light Sea Green #33B2A1
Tints of Light Sea Green #33B2A1
RGB
CMYK
RGB Variations
Color information
#33B2A1 (or 0x33B2A1) is known color: Light Sea Green. HEX triplet: 33, B2 and A1. RGB value is (51,178,161). Sum of RGB (Red+Green+Blue) = 51+178+161=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #33B2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B2A1 is #CC4D5E. Grayscale: #8A8A8A. Windows color (decimal): -13389151 or 10596915. OLE color: 10596915.
HSL color Cylindrical-coordinate representation of color #33B2A1: hue angle of 171.97º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B2A1 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 178 | 161 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.30 |
| HSL | 171.97º | 0.55% | 0.45% | - |
| HSV(B) | 171.97º | 0.71% | 0.7% | - |
| XYZ | 23.72 | 35.12 | 39.25 | - |
| YUV | 138.09 | 140.92 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 161 | 0.71 | 0 | 0.10 | 0.30 | 171.97 | 0.55 | 0.45 |
| Hex | 33 | B2 | A1 | 47 | 0 | A | 1E | AC | 37 | 2D |
| Octal | 63 | 262 | 241 | 107 | 0 | 12 | 36 | 254 | 67 | 55 |
| Binary | 110011 | 10110010 | 10100001 | 1000111 | 0 | 1010 | 11110 | 10101100 | 110111 | 101101 |
Color Harmonies of #33B2A1
Complementary color
Monochromatic Colors of #33B2A1
Black with #33B2A1
Text Example
Text Example
White with #33B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2A1; }
p { color: rgb(51,178,161); }
H1.HeaderClassName
{
color: #33B2A1;
}
.AnyTagClassName
{
color: #33B2A1;
}
</style>
background-color css
<style>
a { background-color: #33B2A1; }
a { background-color: rgb(51,178,161); }
div.DivClassName
{
background-color: #33B2A1;
}
.BgClassName
{
background-color: #33B2A1;
}
</style>
border-color css
<style>
span { border-color: #33B2A1; }
span { border-color: rgb(51,178,161); }
td.TdClassName
{
border-color: #33B2A1;
}
.TagClassName
{
border-color: #33B2A1;
}
</style>