Shades of Light Sea Green #33B2A4
Tints of Light Sea Green #33B2A4
RGB
CMYK
RGB Variations
Color information
#33B2A4 (or 0x33B2A4) is known color: Light Sea Green. HEX triplet: 33, B2 and A4. RGB value is (51,178,164). Sum of RGB (Red+Green+Blue) = 51+178+164=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #33B2A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B2A4 is #CC4D5B. Grayscale: #8A8A8A. Windows color (decimal): -13389148 or 10793523. OLE color: 10793523.
HSL color Cylindrical-coordinate representation of color #33B2A4: hue angle of 173.39º 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 #33B2A4 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 178 | 164 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.30 |
| HSL | 173.39º | 0.55% | 0.45% | - |
| HSV(B) | 173.39º | 0.71% | 0.7% | - |
| XYZ | 23.99 | 35.22 | 40.66 | - |
| YUV | 138.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 164 | 0.71 | 0 | 0.08 | 0.30 | 173.39 | 0.55 | 0.45 |
| Hex | 33 | B2 | A4 | 47 | 0 | 8 | 1E | AD | 37 | 2D |
| Octal | 63 | 262 | 244 | 107 | 0 | 10 | 36 | 255 | 67 | 55 |
| Binary | 110011 | 10110010 | 10100100 | 1000111 | 0 | 1000 | 11110 | 10101101 | 110111 | 101101 |
Color Harmonies of #33B2A4
Complementary color
Monochromatic Colors of #33B2A4
Black with #33B2A4
Text Example
Text Example
White with #33B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2A4; }
p { color: rgb(51,178,164); }
H1.HeaderClassName
{
color: #33B2A4;
}
.AnyTagClassName
{
color: #33B2A4;
}
</style>
background-color css
<style>
a { background-color: #33B2A4; }
a { background-color: rgb(51,178,164); }
div.DivClassName
{
background-color: #33B2A4;
}
.BgClassName
{
background-color: #33B2A4;
}
</style>
border-color css
<style>
span { border-color: #33B2A4; }
span { border-color: rgb(51,178,164); }
td.TdClassName
{
border-color: #33B2A4;
}
.TagClassName
{
border-color: #33B2A4;
}
</style>