Shades of Light Sea Green #33ADAA
Tints of Light Sea Green #33ADAA
RGB
CMYK
RGB Variations
Color information
#33ADAA (or 0x33ADAA) is known color: Light Sea Green. HEX triplet: 33, AD and AA. RGB value is (51,173,170). Sum of RGB (Red+Green+Blue) = 51+173+170=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #33ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ADAA is #CC5255. Grayscale: #888888. Windows color (decimal): -13390422 or 11185459. OLE color: 11185459.
HSL color Cylindrical-coordinate representation of color #33ADAA: hue angle of 178.52º degrees, saturation: 0.54, 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 #33ADAA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 170 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.32 |
| HSL | 178.52º | 0.54% | 0.44% | - |
| HSV(B) | 178.52º | 0.71% | 0.68% | - |
| XYZ | 23.56 | 33.49 | 43.25 | - |
| YUV | 136.18 | 147.08 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 170 | 0.71 | 0 | 0.02 | 0.32 | 178.52 | 0.54 | 0.44 |
| Hex | 33 | AD | AA | 47 | 0 | 2 | 20 | B3 | 36 | 2C |
| Octal | 63 | 255 | 252 | 107 | 0 | 2 | 40 | 263 | 66 | 54 |
| Binary | 110011 | 10101101 | 10101010 | 1000111 | 0 | 10 | 100000 | 10110011 | 110110 | 101100 |
Color Harmonies of #33ADAA
Complementary color
Monochromatic Colors of #33ADAA
Black with #33ADAA
Text Example
Text Example
White with #33ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADAA; }
p { color: rgb(51,173,170); }
H1.HeaderClassName
{
color: #33ADAA;
}
.AnyTagClassName
{
color: #33ADAA;
}
</style>
background-color css
<style>
a { background-color: #33ADAA; }
a { background-color: rgb(51,173,170); }
div.DivClassName
{
background-color: #33ADAA;
}
.BgClassName
{
background-color: #33ADAA;
}
</style>
border-color css
<style>
span { border-color: #33ADAA; }
span { border-color: rgb(51,173,170); }
td.TdClassName
{
border-color: #33ADAA;
}
.TagClassName
{
border-color: #33ADAA;
}
</style>