Shades of Light Sea Green #34BBAB
Tints of Light Sea Green #34BBAB
RGB
CMYK
RGB Variations
Color information
#34BBAB (or 0x34BBAB) is known color: Light Sea Green. HEX triplet: 34, BB and AB. RGB value is (52,187,171). Sum of RGB (Red+Green+Blue) = 52+187+171=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #34BBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BBAB is #CB4454. Grayscale: #909090. Windows color (decimal): -13321301 or 11254580. OLE color: 11254580.
HSL color Cylindrical-coordinate representation of color #34BBAB: hue angle of 172.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BBAB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 187 | 171 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.27 |
| HSL | 172.89º | 0.56% | 0.47% | - |
| HSV(B) | 172.89º | 0.72% | 0.73% | - |
| XYZ | 26.54 | 39.21 | 44.7 | - |
| YUV | 144.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 171 | 0.72 | 0 | 0.09 | 0.27 | 172.89 | 0.56 | 0.47 |
| Hex | 34 | BB | AB | 48 | 0 | 9 | 1B | AD | 38 | 2F |
| Octal | 64 | 273 | 253 | 110 | 0 | 11 | 33 | 255 | 70 | 57 |
| Binary | 110100 | 10111011 | 10101011 | 1001000 | 0 | 1001 | 11011 | 10101101 | 111000 | 101111 |
Color Harmonies of #34BBAB
Complementary color
Monochromatic Colors of #34BBAB
Black with #34BBAB
Text Example
Text Example
White with #34BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BBAB; }
p { color: rgb(52,187,171); }
H1.HeaderClassName
{
color: #34BBAB;
}
.AnyTagClassName
{
color: #34BBAB;
}
</style>
background-color css
<style>
a { background-color: #34BBAB; }
a { background-color: rgb(52,187,171); }
div.DivClassName
{
background-color: #34BBAB;
}
.BgClassName
{
background-color: #34BBAB;
}
</style>
border-color css
<style>
span { border-color: #34BBAB; }
span { border-color: rgb(52,187,171); }
td.TdClassName
{
border-color: #34BBAB;
}
.TagClassName
{
border-color: #34BBAB;
}
</style>