Shades of Light Sea Green #34C0AB
Tints of Light Sea Green #34C0AB
RGB
CMYK
RGB Variations
Color information
#34C0AB (or 0x34C0AB) is known color: Light Sea Green. HEX triplet: 34, C0 and AB. RGB value is (52,192,171). Sum of RGB (Red+Green+Blue) = 52+192+171=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #34C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C0AB is #CB3F54. Grayscale: #939393. Windows color (decimal): -13320021 or 11255860. OLE color: 11255860.
HSL color Cylindrical-coordinate representation of color #34C0AB: hue angle of 171º 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 #34C0AB is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 171 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.25 |
| HSL | 171º | 0.57% | 0.48% | - |
| HSV(B) | 171º | 0.73% | 0.75% | - |
| XYZ | 27.62 | 41.37 | 45.06 | - |
| YUV | 147.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 171 | 0.73 | 0 | 0.11 | 0.25 | 171 | 0.57 | 0.48 |
| Hex | 34 | C0 | AB | 49 | 0 | B | 19 | AB | 39 | 30 |
| Octal | 64 | 300 | 253 | 111 | 0 | 13 | 31 | 253 | 71 | 60 |
| Binary | 110100 | 11000000 | 10101011 | 1001001 | 0 | 1011 | 11001 | 10101011 | 111001 | 110000 |
Color Harmonies of #34C0AB
Complementary color
Monochromatic Colors of #34C0AB
Black with #34C0AB
Text Example
Text Example
White with #34C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0AB; }
p { color: rgb(52,192,171); }
H1.HeaderClassName
{
color: #34C0AB;
}
.AnyTagClassName
{
color: #34C0AB;
}
</style>
background-color css
<style>
a { background-color: #34C0AB; }
a { background-color: rgb(52,192,171); }
div.DivClassName
{
background-color: #34C0AB;
}
.BgClassName
{
background-color: #34C0AB;
}
</style>
border-color css
<style>
span { border-color: #34C0AB; }
span { border-color: rgb(52,192,171); }
td.TdClassName
{
border-color: #34C0AB;
}
.TagClassName
{
border-color: #34C0AB;
}
</style>