Shades of Light Sea Green #33ABAA
Tints of Light Sea Green #33ABAA
RGB
CMYK
RGB Variations
Color information
#33ABAA (or 0x33ABAA) is known color: Light Sea Green. HEX triplet: 33, AB and AA. RGB value is (51,171,170). Sum of RGB (Red+Green+Blue) = 51+171+170=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #33ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ABAA is #CC5455. Grayscale: #868686. Windows color (decimal): -13390934 or 11184947. OLE color: 11184947.
HSL color Cylindrical-coordinate representation of color #33ABAA: hue angle of 179.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33ABAA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 171 | 170 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.33 |
| HSL | 179.5º | 0.54% | 0.44% | - |
| HSV(B) | 179.5º | 0.7% | 0.67% | - |
| XYZ | 23.18 | 32.73 | 43.13 | - |
| YUV | 135.01 | 147.74 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 170 | 0.70 | 0 | 0.01 | 0.33 | 179.5 | 0.54 | 0.44 |
| Hex | 33 | AB | AA | 46 | 0 | 1 | 21 | B4 | 36 | 2C |
| Octal | 63 | 253 | 252 | 106 | 0 | 1 | 41 | 264 | 66 | 54 |
| Binary | 110011 | 10101011 | 10101010 | 1000110 | 0 | 1 | 100001 | 10110100 | 110110 | 101100 |
Color Harmonies of #33ABAA
Complementary color
Monochromatic Colors of #33ABAA
Black with #33ABAA
Text Example
Text Example
White with #33ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ABAA; }
p { color: rgb(51,171,170); }
H1.HeaderClassName
{
color: #33ABAA;
}
.AnyTagClassName
{
color: #33ABAA;
}
</style>
background-color css
<style>
a { background-color: #33ABAA; }
a { background-color: rgb(51,171,170); }
div.DivClassName
{
background-color: #33ABAA;
}
.BgClassName
{
background-color: #33ABAA;
}
</style>
border-color css
<style>
span { border-color: #33ABAA; }
span { border-color: rgb(51,171,170); }
td.TdClassName
{
border-color: #33ABAA;
}
.TagClassName
{
border-color: #33ABAA;
}
</style>