Shades of Light Sea Green #34B19F
Tints of Light Sea Green #34B19F
RGB
CMYK
RGB Variations
Color information
#34B19F (or 0x34B19F) is known color: Light Sea Green. HEX triplet: 34, B1 and 9F. RGB value is (52,177,159). Sum of RGB (Red+Green+Blue) = 52+177+159=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #34B19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B19F is #CB4E60. Grayscale: #898989. Windows color (decimal): -13323873 or 10465588. OLE color: 10465588.
HSL color Cylindrical-coordinate representation of color #34B19F: hue angle of 171.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B19F is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 159 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.31 |
| HSL | 171.36º | 0.55% | 0.45% | - |
| HSV(B) | 171.36º | 0.71% | 0.69% | - |
| XYZ | 23.4 | 34.68 | 38.26 | - |
| YUV | 137.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 159 | 0.71 | 0 | 0.10 | 0.31 | 171.36 | 0.55 | 0.45 |
| Hex | 34 | B1 | 9F | 47 | 0 | A | 1F | AB | 37 | 2D |
| Octal | 64 | 261 | 237 | 107 | 0 | 12 | 37 | 253 | 67 | 55 |
| Binary | 110100 | 10110001 | 10011111 | 1000111 | 0 | 1010 | 11111 | 10101011 | 110111 | 101101 |
Color Harmonies of #34B19F
Complementary color
Monochromatic Colors of #34B19F
Black with #34B19F
Text Example
Text Example
White with #34B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B19F; }
p { color: rgb(52,177,159); }
H1.HeaderClassName
{
color: #34B19F;
}
.AnyTagClassName
{
color: #34B19F;
}
</style>
background-color css
<style>
a { background-color: #34B19F; }
a { background-color: rgb(52,177,159); }
div.DivClassName
{
background-color: #34B19F;
}
.BgClassName
{
background-color: #34B19F;
}
</style>
border-color css
<style>
span { border-color: #34B19F; }
span { border-color: rgb(52,177,159); }
td.TdClassName
{
border-color: #34B19F;
}
.TagClassName
{
border-color: #34B19F;
}
</style>