Shades of Light Sea Green #34BAB7
Tints of Light Sea Green #34BAB7
RGB
CMYK
RGB Variations
Color information
#34BAB7 (or 0x34BAB7) is known color: Light Sea Green. HEX triplet: 34, BA and B7. RGB value is (52,186,183). Sum of RGB (Red+Green+Blue) = 52+186+183=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #34BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BAB7 is #CB4548. Grayscale: #919191. Windows color (decimal): -13321545 or 12040756. OLE color: 12040756.
HSL color Cylindrical-coordinate representation of color #34BAB7: hue angle of 178.66º 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 #34BAB7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 183 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.27 |
| HSL | 178.66º | 0.56% | 0.47% | - |
| HSV(B) | 178.66º | 0.72% | 0.73% | - |
| XYZ | 27.52 | 39.27 | 50.93 | - |
| YUV | 145.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 183 | 0.72 | 0 | 0.02 | 0.27 | 178.66 | 0.56 | 0.47 |
| Hex | 34 | BA | B7 | 48 | 0 | 2 | 1B | B3 | 38 | 2F |
| Octal | 64 | 272 | 267 | 110 | 0 | 2 | 33 | 263 | 70 | 57 |
| Binary | 110100 | 10111010 | 10110111 | 1001000 | 0 | 10 | 11011 | 10110011 | 111000 | 101111 |
Color Harmonies of #34BAB7
Complementary color
Monochromatic Colors of #34BAB7
Black with #34BAB7
Text Example
Text Example
White with #34BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAB7; }
p { color: rgb(52,186,183); }
H1.HeaderClassName
{
color: #34BAB7;
}
.AnyTagClassName
{
color: #34BAB7;
}
</style>
background-color css
<style>
a { background-color: #34BAB7; }
a { background-color: rgb(52,186,183); }
div.DivClassName
{
background-color: #34BAB7;
}
.BgClassName
{
background-color: #34BAB7;
}
</style>
border-color css
<style>
span { border-color: #34BAB7; }
span { border-color: rgb(52,186,183); }
td.TdClassName
{
border-color: #34BAB7;
}
.TagClassName
{
border-color: #34BAB7;
}
</style>