Shades of Light Sea Green #34AFB6
Tints of Light Sea Green #34AFB6
RGB
CMYK
RGB Variations
Color information
#34AFB6 (or 0x34AFB6) is known color: Light Sea Green. HEX triplet: 34, AF and B6. RGB value is (52,175,182). Sum of RGB (Red+Green+Blue) = 52+175+182=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #34AFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFB6 is #CB5049. Grayscale: #8A8A8A. Windows color (decimal): -13324362 or 11972404. OLE color: 11972404.
HSL color Cylindrical-coordinate representation of color #34AFB6: hue angle of 183.23º degrees, saturation: 0.56, 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 #34AFB6 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 175 | 182 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.29 |
| HSL | 183.23º | 0.56% | 0.46% | - |
| HSV(B) | 183.23º | 0.71% | 0.71% | - |
| XYZ | 25.19 | 34.77 | 49.64 | - |
| YUV | 139.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 182 | 0.71 | 0.04 | 0 | 0.29 | 183.23 | 0.56 | 0.46 |
| Hex | 34 | AF | B6 | 47 | 4 | 0 | 1D | B7 | 38 | 2E |
| Octal | 64 | 257 | 266 | 107 | 4 | 0 | 35 | 267 | 70 | 56 |
| Binary | 110100 | 10101111 | 10110110 | 1000111 | 100 | 0 | 11101 | 10110111 | 111000 | 101110 |
Color Harmonies of #34AFB6
Complementary color
Monochromatic Colors of #34AFB6
Black with #34AFB6
Text Example
Text Example
White with #34AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFB6; }
p { color: rgb(52,175,182); }
H1.HeaderClassName
{
color: #34AFB6;
}
.AnyTagClassName
{
color: #34AFB6;
}
</style>
background-color css
<style>
a { background-color: #34AFB6; }
a { background-color: rgb(52,175,182); }
div.DivClassName
{
background-color: #34AFB6;
}
.BgClassName
{
background-color: #34AFB6;
}
</style>
border-color css
<style>
span { border-color: #34AFB6; }
span { border-color: rgb(52,175,182); }
td.TdClassName
{
border-color: #34AFB6;
}
.TagClassName
{
border-color: #34AFB6;
}
</style>