Shades of Light Sea Green #34BAB8
Tints of Light Sea Green #34BAB8
RGB
CMYK
RGB Variations
Color information
#34BAB8 (or 0x34BAB8) is known color: Light Sea Green. HEX triplet: 34, BA and B8. RGB value is (52,186,184). Sum of RGB (Red+Green+Blue) = 52+186+184=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #34BAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BAB8 is #CB4547. Grayscale: #919191. Windows color (decimal): -13321544 or 12106292. OLE color: 12106292.
HSL color Cylindrical-coordinate representation of color #34BAB8: hue angle of 179.1º 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 #34BAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 184 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.27 |
| HSL | 179.1º | 0.56% | 0.47% | - |
| HSV(B) | 179.1º | 0.72% | 0.73% | - |
| XYZ | 27.63 | 39.31 | 51.48 | - |
| YUV | 145.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 184 | 0.72 | 0 | 0.01 | 0.27 | 179.1 | 0.56 | 0.47 |
| Hex | 34 | BA | B8 | 48 | 0 | 1 | 1B | B3 | 38 | 2F |
| Octal | 64 | 272 | 270 | 110 | 0 | 1 | 33 | 263 | 70 | 57 |
| Binary | 110100 | 10111010 | 10111000 | 1001000 | 0 | 1 | 11011 | 10110011 | 111000 | 101111 |
Color Harmonies of #34BAB8
Complementary color
Monochromatic Colors of #34BAB8
Black with #34BAB8
Text Example
Text Example
White with #34BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAB8; }
p { color: rgb(52,186,184); }
H1.HeaderClassName
{
color: #34BAB8;
}
.AnyTagClassName
{
color: #34BAB8;
}
</style>
background-color css
<style>
a { background-color: #34BAB8; }
a { background-color: rgb(52,186,184); }
div.DivClassName
{
background-color: #34BAB8;
}
.BgClassName
{
background-color: #34BAB8;
}
</style>
border-color css
<style>
span { border-color: #34BAB8; }
span { border-color: rgb(52,186,184); }
td.TdClassName
{
border-color: #34BAB8;
}
.TagClassName
{
border-color: #34BAB8;
}
</style>