Shades of Light Sea Green #34C0AC
Tints of Light Sea Green #34C0AC
RGB
CMYK
RGB Variations
Color information
#34C0AC (or 0x34C0AC) is known color: Light Sea Green. HEX triplet: 34, C0 and AC. RGB value is (52,192,172). Sum of RGB (Red+Green+Blue) = 52+192+172=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #34C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C0AC is #CB3F53. Grayscale: #939393. Windows color (decimal): -13320020 or 11321396. OLE color: 11321396.
HSL color Cylindrical-coordinate representation of color #34C0AC: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C0AC is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 172 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.25 |
| HSL | 171.43º | 0.57% | 0.48% | - |
| HSV(B) | 171.43º | 0.73% | 0.75% | - |
| XYZ | 27.71 | 41.41 | 45.56 | - |
| YUV | 147.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 172 | 0.73 | 0 | 0.10 | 0.25 | 171.43 | 0.57 | 0.48 |
| Hex | 34 | C0 | AC | 49 | 0 | A | 19 | AB | 39 | 30 |
| Octal | 64 | 300 | 254 | 111 | 0 | 12 | 31 | 253 | 71 | 60 |
| Binary | 110100 | 11000000 | 10101100 | 1001001 | 0 | 1010 | 11001 | 10101011 | 111001 | 110000 |
Color Harmonies of #34C0AC
Complementary color
Monochromatic Colors of #34C0AC
Black with #34C0AC
Text Example
Text Example
White with #34C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0AC; }
p { color: rgb(52,192,172); }
H1.HeaderClassName
{
color: #34C0AC;
}
.AnyTagClassName
{
color: #34C0AC;
}
</style>
background-color css
<style>
a { background-color: #34C0AC; }
a { background-color: rgb(52,192,172); }
div.DivClassName
{
background-color: #34C0AC;
}
.BgClassName
{
background-color: #34C0AC;
}
</style>
border-color css
<style>
span { border-color: #34C0AC; }
span { border-color: rgb(52,192,172); }
td.TdClassName
{
border-color: #34C0AC;
}
.TagClassName
{
border-color: #34C0AC;
}
</style>