Shades of Light Sea Green #34C2B6
Tints of Light Sea Green #34C2B6
RGB
CMYK
RGB Variations
Color information
#34C2B6 (or 0x34C2B6) is known color: Light Sea Green. HEX triplet: 34, C2 and B6. RGB value is (52,194,182). Sum of RGB (Red+Green+Blue) = 52+194+182=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2B6 is #CB3D49. Grayscale: #969696. Windows color (decimal): -13319498 or 11977268. OLE color: 11977268.
HSL color Cylindrical-coordinate representation of color #34C2B6: hue angle of 174.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C2B6 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 182 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.24 |
| HSL | 174.93º | 0.58% | 0.48% | - |
| HSV(B) | 174.93º | 0.73% | 0.76% | - |
| XYZ | 29.15 | 42.69 | 50.96 | - |
| YUV | 150.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 182 | 0.73 | 0 | 0.06 | 0.24 | 174.93 | 0.58 | 0.48 |
| Hex | 34 | C2 | B6 | 49 | 0 | 6 | 18 | AF | 3A | 30 |
| Octal | 64 | 302 | 266 | 111 | 0 | 6 | 30 | 257 | 72 | 60 |
| Binary | 110100 | 11000010 | 10110110 | 1001001 | 0 | 110 | 11000 | 10101111 | 111010 | 110000 |
Color Harmonies of #34C2B6
Complementary color
Monochromatic Colors of #34C2B6
Black with #34C2B6
Text Example
Text Example
White with #34C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2B6; }
p { color: rgb(52,194,182); }
H1.HeaderClassName
{
color: #34C2B6;
}
.AnyTagClassName
{
color: #34C2B6;
}
</style>
background-color css
<style>
a { background-color: #34C2B6; }
a { background-color: rgb(52,194,182); }
div.DivClassName
{
background-color: #34C2B6;
}
.BgClassName
{
background-color: #34C2B6;
}
</style>
border-color css
<style>
span { border-color: #34C2B6; }
span { border-color: rgb(52,194,182); }
td.TdClassName
{
border-color: #34C2B6;
}
.TagClassName
{
border-color: #34C2B6;
}
</style>