Shades of Light Sea Green #34B8BC
Tints of Light Sea Green #34B8BC
RGB
CMYK
RGB Variations
Color information
#34B8BC (or 0x34B8BC) is known color: Light Sea Green. HEX triplet: 34, B8 and BC. RGB value is (52,184,188). Sum of RGB (Red+Green+Blue) = 52+184+188=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #34B8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8BC is #CB4743. Grayscale: #909090. Windows color (decimal): -13322052 or 12367924. OLE color: 12367924.
HSL color Cylindrical-coordinate representation of color #34B8BC: hue angle of 181.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B8BC is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 184 | 188 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.26 |
| HSL | 181.76º | 0.57% | 0.47% | - |
| HSV(B) | 181.76º | 0.72% | 0.74% | - |
| XYZ | 27.63 | 38.64 | 53.58 | - |
| YUV | 144.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 188 | 0.72 | 0.02 | 0 | 0.26 | 181.76 | 0.57 | 0.47 |
| Hex | 34 | B8 | BC | 48 | 2 | 0 | 1A | B6 | 39 | 2F |
| Octal | 64 | 270 | 274 | 110 | 2 | 0 | 32 | 266 | 71 | 57 |
| Binary | 110100 | 10111000 | 10111100 | 1001000 | 10 | 0 | 11010 | 10110110 | 111001 | 101111 |
Color Harmonies of #34B8BC
Complementary color
Monochromatic Colors of #34B8BC
Black with #34B8BC
Text Example
Text Example
White with #34B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B8BC; }
p { color: rgb(52,184,188); }
H1.HeaderClassName
{
color: #34B8BC;
}
.AnyTagClassName
{
color: #34B8BC;
}
</style>
background-color css
<style>
a { background-color: #34B8BC; }
a { background-color: rgb(52,184,188); }
div.DivClassName
{
background-color: #34B8BC;
}
.BgClassName
{
background-color: #34B8BC;
}
</style>
border-color css
<style>
span { border-color: #34B8BC; }
span { border-color: rgb(52,184,188); }
td.TdClassName
{
border-color: #34B8BC;
}
.TagClassName
{
border-color: #34B8BC;
}
</style>