Shades of Light Sea Green #34ACB5
Tints of Light Sea Green #34ACB5
RGB
CMYK
RGB Variations
Color information
#34ACB5 (or 0x34ACB5) is known color: Light Sea Green. HEX triplet: 34, AC and B5. RGB value is (52,172,181). Sum of RGB (Red+Green+Blue) = 52+172+181=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #34ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACB5 is #CB534A. Grayscale: #888888. Windows color (decimal): -13325131 or 11906100. OLE color: 11906100.
HSL color Cylindrical-coordinate representation of color #34ACB5: hue angle of 184.19º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34ACB5 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 172 | 181 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.29 |
| HSL | 184.19º | 0.55% | 0.46% | - |
| HSV(B) | 184.19º | 0.71% | 0.71% | - |
| XYZ | 24.51 | 33.57 | 48.9 | - |
| YUV | 137.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 181 | 0.71 | 0.05 | 0 | 0.29 | 184.19 | 0.55 | 0.46 |
| Hex | 34 | AC | B5 | 47 | 5 | 0 | 1D | B8 | 37 | 2E |
| Octal | 64 | 254 | 265 | 107 | 5 | 0 | 35 | 270 | 67 | 56 |
| Binary | 110100 | 10101100 | 10110101 | 1000111 | 101 | 0 | 11101 | 10111000 | 110111 | 101110 |
Color Harmonies of #34ACB5
Complementary color
Monochromatic Colors of #34ACB5
Black with #34ACB5
Text Example
Text Example
White with #34ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACB5; }
p { color: rgb(52,172,181); }
H1.HeaderClassName
{
color: #34ACB5;
}
.AnyTagClassName
{
color: #34ACB5;
}
</style>
background-color css
<style>
a { background-color: #34ACB5; }
a { background-color: rgb(52,172,181); }
div.DivClassName
{
background-color: #34ACB5;
}
.BgClassName
{
background-color: #34ACB5;
}
</style>
border-color css
<style>
span { border-color: #34ACB5; }
span { border-color: rgb(52,172,181); }
td.TdClassName
{
border-color: #34ACB5;
}
.TagClassName
{
border-color: #34ACB5;
}
</style>