Shades of Light Sea Green #36A8AC
Tints of Light Sea Green #36A8AC
RGB
CMYK
RGB Variations
Color information
#36A8AC (or 0x36A8AC) is known color: Light Sea Green. HEX triplet: 36, A8 and AC. RGB value is (54,168,172). Sum of RGB (Red+Green+Blue) = 54+168+172=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #36A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A8AC is #C95753. Grayscale: #868686. Windows color (decimal): -13195092 or 11315254. OLE color: 11315254.
HSL color Cylindrical-coordinate representation of color #36A8AC: hue angle of 182.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36A8AC is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 168 | 172 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.33 |
| HSL | 182.03º | 0.52% | 0.44% | - |
| HSV(B) | 182.03º | 0.69% | 0.67% | - |
| XYZ | 22.97 | 31.77 | 43.95 | - |
| YUV | 134.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 172 | 0.69 | 0.02 | 0 | 0.33 | 182.03 | 0.52 | 0.44 |
| Hex | 36 | A8 | AC | 45 | 2 | 0 | 21 | B6 | 34 | 2C |
| Octal | 66 | 250 | 254 | 105 | 2 | 0 | 41 | 266 | 64 | 54 |
| Binary | 110110 | 10101000 | 10101100 | 1000101 | 10 | 0 | 100001 | 10110110 | 110100 | 101100 |
Color Harmonies of #36A8AC
Complementary color
Monochromatic Colors of #36A8AC
Black with #36A8AC
Text Example
Text Example
White with #36A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A8AC; }
p { color: rgb(54,168,172); }
H1.HeaderClassName
{
color: #36A8AC;
}
.AnyTagClassName
{
color: #36A8AC;
}
</style>
background-color css
<style>
a { background-color: #36A8AC; }
a { background-color: rgb(54,168,172); }
div.DivClassName
{
background-color: #36A8AC;
}
.BgClassName
{
background-color: #36A8AC;
}
</style>
border-color css
<style>
span { border-color: #36A8AC; }
span { border-color: rgb(54,168,172); }
td.TdClassName
{
border-color: #36A8AC;
}
.TagClassName
{
border-color: #36A8AC;
}
</style>