Shades of Light Sea Green #33B5A1
Tints of Light Sea Green #33B5A1
RGB
CMYK
RGB Variations
Color information
#33B5A1 (or 0x33B5A1) is known color: Light Sea Green. HEX triplet: 33, B5 and A1. RGB value is (51,181,161). Sum of RGB (Red+Green+Blue) = 51+181+161=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5A1 is #CC4A5E. Grayscale: #8B8B8B. Windows color (decimal): -13388383 or 10597683. OLE color: 10597683.
HSL color Cylindrical-coordinate representation of color #33B5A1: hue angle of 170.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B5A1 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 181 | 161 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.29 |
| HSL | 170.77º | 0.56% | 0.45% | - |
| HSV(B) | 170.77º | 0.72% | 0.71% | - |
| XYZ | 24.32 | 36.32 | 39.45 | - |
| YUV | 139.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 181 | 161 | 0.72 | 0 | 0.11 | 0.29 | 170.77 | 0.56 | 0.45 |
| Hex | 33 | B5 | A1 | 48 | 0 | B | 1D | AB | 38 | 2D |
| Octal | 63 | 265 | 241 | 110 | 0 | 13 | 35 | 253 | 70 | 55 |
| Binary | 110011 | 10110101 | 10100001 | 1001000 | 0 | 1011 | 11101 | 10101011 | 111000 | 101101 |
Color Harmonies of #33B5A1
Complementary color
Monochromatic Colors of #33B5A1
Black with #33B5A1
Text Example
Text Example
White with #33B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B5A1; }
p { color: rgb(51,181,161); }
H1.HeaderClassName
{
color: #33B5A1;
}
.AnyTagClassName
{
color: #33B5A1;
}
</style>
background-color css
<style>
a { background-color: #33B5A1; }
a { background-color: rgb(51,181,161); }
div.DivClassName
{
background-color: #33B5A1;
}
.BgClassName
{
background-color: #33B5A1;
}
</style>
border-color css
<style>
span { border-color: #33B5A1; }
span { border-color: rgb(51,181,161); }
td.TdClassName
{
border-color: #33B5A1;
}
.TagClassName
{
border-color: #33B5A1;
}
</style>