Shades of Light Sea Green #36AFAE
Tints of Light Sea Green #36AFAE
RGB
CMYK
RGB Variations
Color information
#36AFAE (or 0x36AFAE) is known color: Light Sea Green. HEX triplet: 36, AF and AE. RGB value is (54,175,174). Sum of RGB (Red+Green+Blue) = 54+175+174=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #36AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AFAE is #C95051. Grayscale: #8A8A8A. Windows color (decimal): -13193298 or 11448118. OLE color: 11448118.
HSL color Cylindrical-coordinate representation of color #36AFAE: hue angle of 179.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AFAE is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 175 | 174 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.31 |
| HSL | 179.5º | 0.53% | 0.45% | - |
| HSV(B) | 179.5º | 0.69% | 0.69% | - |
| XYZ | 24.49 | 34.5 | 45.41 | - |
| YUV | 138.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 174 | 0.69 | 0 | 0.01 | 0.31 | 179.5 | 0.53 | 0.45 |
| Hex | 36 | AF | AE | 45 | 0 | 1 | 1F | B4 | 35 | 2D |
| Octal | 66 | 257 | 256 | 105 | 0 | 1 | 37 | 264 | 65 | 55 |
| Binary | 110110 | 10101111 | 10101110 | 1000101 | 0 | 1 | 11111 | 10110100 | 110101 | 101101 |
Color Harmonies of #36AFAE
Complementary color
Monochromatic Colors of #36AFAE
Black with #36AFAE
Text Example
Text Example
White with #36AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFAE; }
p { color: rgb(54,175,174); }
H1.HeaderClassName
{
color: #36AFAE;
}
.AnyTagClassName
{
color: #36AFAE;
}
</style>
background-color css
<style>
a { background-color: #36AFAE; }
a { background-color: rgb(54,175,174); }
div.DivClassName
{
background-color: #36AFAE;
}
.BgClassName
{
background-color: #36AFAE;
}
</style>
border-color css
<style>
span { border-color: #36AFAE; }
span { border-color: rgb(54,175,174); }
td.TdClassName
{
border-color: #36AFAE;
}
.TagClassName
{
border-color: #36AFAE;
}
</style>