Shades of Light Sea Green #33AEAC
Tints of Light Sea Green #33AEAC
RGB
CMYK
RGB Variations
Color information
#33AEAC (or 0x33AEAC) is known color: Light Sea Green. HEX triplet: 33, AE and AC. RGB value is (51,174,172). Sum of RGB (Red+Green+Blue) = 51+174+172=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #33AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AEAC is #CC5153. Grayscale: #888888. Windows color (decimal): -13390164 or 11316787. OLE color: 11316787.
HSL color Cylindrical-coordinate representation of color #33AEAC: hue angle of 179.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AEAC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 174 | 172 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.32 |
| HSL | 179.02º | 0.55% | 0.44% | - |
| HSV(B) | 179.02º | 0.71% | 0.68% | - |
| XYZ | 23.95 | 33.95 | 44.32 | - |
| YUV | 137 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 174 | 172 | 0.71 | 0 | 0.01 | 0.32 | 179.02 | 0.55 | 0.44 |
| Hex | 33 | AE | AC | 47 | 0 | 1 | 20 | B3 | 37 | 2C |
| Octal | 63 | 256 | 254 | 107 | 0 | 1 | 40 | 263 | 67 | 54 |
| Binary | 110011 | 10101110 | 10101100 | 1000111 | 0 | 1 | 100000 | 10110011 | 110111 | 101100 |
Color Harmonies of #33AEAC
Complementary color
Monochromatic Colors of #33AEAC
Black with #33AEAC
Text Example
Text Example
White with #33AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AEAC; }
p { color: rgb(51,174,172); }
H1.HeaderClassName
{
color: #33AEAC;
}
.AnyTagClassName
{
color: #33AEAC;
}
</style>
background-color css
<style>
a { background-color: #33AEAC; }
a { background-color: rgb(51,174,172); }
div.DivClassName
{
background-color: #33AEAC;
}
.BgClassName
{
background-color: #33AEAC;
}
</style>
border-color css
<style>
span { border-color: #33AEAC; }
span { border-color: rgb(51,174,172); }
td.TdClassName
{
border-color: #33AEAC;
}
.TagClassName
{
border-color: #33AEAC;
}
</style>