Shades of Light Sea Green #34A8AC
Tints of Light Sea Green #34A8AC
RGB
CMYK
RGB Variations
Color information
#34A8AC (or 0x34A8AC) is known color: Light Sea Green. HEX triplet: 34, A8 and AC. RGB value is (52,168,172). Sum of RGB (Red+Green+Blue) = 52+168+172=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #34A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A8AC is #CB5753. Grayscale: #858585. Windows color (decimal): -13326164 or 11315252. OLE color: 11315252.
HSL color Cylindrical-coordinate representation of color #34A8AC: hue angle of 182º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34A8AC is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 168 | 172 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.33 |
| HSL | 182º | 0.54% | 0.44% | - |
| HSV(B) | 182º | 0.7% | 0.67% | - |
| XYZ | 22.87 | 31.71 | 43.95 | - |
| YUV | 133.77 | 149.57 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 172 | 0.70 | 0.02 | 0 | 0.33 | 182 | 0.54 | 0.44 |
| Hex | 34 | A8 | AC | 46 | 2 | 0 | 21 | B6 | 36 | 2C |
| Octal | 64 | 250 | 254 | 106 | 2 | 0 | 41 | 266 | 66 | 54 |
| Binary | 110100 | 10101000 | 10101100 | 1000110 | 10 | 0 | 100001 | 10110110 | 110110 | 101100 |
Color Harmonies of #34A8AC
Complementary color
Monochromatic Colors of #34A8AC
Black with #34A8AC
Text Example
Text Example
White with #34A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8AC; }
p { color: rgb(52,168,172); }
H1.HeaderClassName
{
color: #34A8AC;
}
.AnyTagClassName
{
color: #34A8AC;
}
</style>
background-color css
<style>
a { background-color: #34A8AC; }
a { background-color: rgb(52,168,172); }
div.DivClassName
{
background-color: #34A8AC;
}
.BgClassName
{
background-color: #34A8AC;
}
</style>
border-color css
<style>
span { border-color: #34A8AC; }
span { border-color: rgb(52,168,172); }
td.TdClassName
{
border-color: #34A8AC;
}
.TagClassName
{
border-color: #34A8AC;
}
</style>