Shades of Light Sea Green #33AFAE
Tints of Light Sea Green #33AFAE
RGB
CMYK
RGB Variations
Color information
#33AFAE (or 0x33AFAE) is known color: Light Sea Green. HEX triplet: 33, AF and AE. RGB value is (51,175,174). Sum of RGB (Red+Green+Blue) = 51+175+174=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #33AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFAE is #CC5051. Grayscale: #898989. Windows color (decimal): -13389906 or 11448115. OLE color: 11448115.
HSL color Cylindrical-coordinate representation of color #33AFAE: hue angle of 179.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AFAE is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 175 | 174 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.31 |
| HSL | 179.52º | 0.55% | 0.44% | - |
| HSV(B) | 179.52º | 0.71% | 0.69% | - |
| XYZ | 24.34 | 34.42 | 45.41 | - |
| YUV | 137.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 174 | 0.71 | 0 | 0.01 | 0.31 | 179.52 | 0.55 | 0.44 |
| Hex | 33 | AF | AE | 47 | 0 | 1 | 1F | B4 | 37 | 2C |
| Octal | 63 | 257 | 256 | 107 | 0 | 1 | 37 | 264 | 67 | 54 |
| Binary | 110011 | 10101111 | 10101110 | 1000111 | 0 | 1 | 11111 | 10110100 | 110111 | 101100 |
Color Harmonies of #33AFAE
Complementary color
Monochromatic Colors of #33AFAE
Black with #33AFAE
Text Example
Text Example
White with #33AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFAE; }
p { color: rgb(51,175,174); }
H1.HeaderClassName
{
color: #33AFAE;
}
.AnyTagClassName
{
color: #33AFAE;
}
</style>
background-color css
<style>
a { background-color: #33AFAE; }
a { background-color: rgb(51,175,174); }
div.DivClassName
{
background-color: #33AFAE;
}
.BgClassName
{
background-color: #33AFAE;
}
</style>
border-color css
<style>
span { border-color: #33AFAE; }
span { border-color: rgb(51,175,174); }
td.TdClassName
{
border-color: #33AFAE;
}
.TagClassName
{
border-color: #33AFAE;
}
</style>