Shades of Light Sea Green #34BFAF
Tints of Light Sea Green #34BFAF
RGB
CMYK
RGB Variations
Color information
#34BFAF (or 0x34BFAF) is known color: Light Sea Green. HEX triplet: 34, BF and AF. RGB value is (52,191,175). Sum of RGB (Red+Green+Blue) = 52+191+175=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #34BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BFAF is #CB4050. Grayscale: #939393. Windows color (decimal): -13320273 or 11517748. OLE color: 11517748.
HSL color Cylindrical-coordinate representation of color #34BFAF: hue angle of 173.09º 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 #34BFAF is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 191 | 175 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.25 |
| HSL | 173.09º | 0.57% | 0.48% | - |
| HSV(B) | 173.09º | 0.73% | 0.75% | - |
| XYZ | 27.78 | 41.09 | 47.02 | - |
| YUV | 147.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 175 | 0.73 | 0 | 0.08 | 0.25 | 173.09 | 0.57 | 0.48 |
| Hex | 34 | BF | AF | 49 | 0 | 8 | 19 | AD | 39 | 30 |
| Octal | 64 | 277 | 257 | 111 | 0 | 10 | 31 | 255 | 71 | 60 |
| Binary | 110100 | 10111111 | 10101111 | 1001001 | 0 | 1000 | 11001 | 10101101 | 111001 | 110000 |
Color Harmonies of #34BFAF
Complementary color
Monochromatic Colors of #34BFAF
Black with #34BFAF
Text Example
Text Example
White with #34BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFAF; }
p { color: rgb(52,191,175); }
H1.HeaderClassName
{
color: #34BFAF;
}
.AnyTagClassName
{
color: #34BFAF;
}
</style>
background-color css
<style>
a { background-color: #34BFAF; }
a { background-color: rgb(52,191,175); }
div.DivClassName
{
background-color: #34BFAF;
}
.BgClassName
{
background-color: #34BFAF;
}
</style>
border-color css
<style>
span { border-color: #34BFAF; }
span { border-color: rgb(52,191,175); }
td.TdClassName
{
border-color: #34BFAF;
}
.TagClassName
{
border-color: #34BFAF;
}
</style>