Shades of Light Sea Green #32BAC1
Tints of Light Sea Green #32BAC1
RGB
CMYK
RGB Variations
Color information
#32BAC1 (or 0x32BAC1) is known color: Light Sea Green. HEX triplet: 32, BA and C1. RGB value is (50,186,193). Sum of RGB (Red+Green+Blue) = 50+186+193=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #32BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAC1 is #CD453E. Grayscale: #919191. Windows color (decimal): -13452607 or 12696114. OLE color: 12696114.
HSL color Cylindrical-coordinate representation of color #32BAC1: hue angle of 182.94º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BAC1 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 186 | 193 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.24 |
| HSL | 182.94º | 0.59% | 0.48% | - |
| HSV(B) | 182.94º | 0.74% | 0.76% | - |
| XYZ | 28.5 | 39.65 | 56.6 | - |
| YUV | 146.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 193 | 0.74 | 0.04 | 0 | 0.24 | 182.94 | 0.59 | 0.48 |
| Hex | 32 | BA | C1 | 4A | 4 | 0 | 18 | B7 | 3B | 30 |
| Octal | 62 | 272 | 301 | 112 | 4 | 0 | 30 | 267 | 73 | 60 |
| Binary | 110010 | 10111010 | 11000001 | 1001010 | 100 | 0 | 11000 | 10110111 | 111011 | 110000 |
Color Harmonies of #32BAC1
Complementary color
Monochromatic Colors of #32BAC1
Black with #32BAC1
Text Example
Text Example
White with #32BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAC1; }
p { color: rgb(50,186,193); }
H1.HeaderClassName
{
color: #32BAC1;
}
.AnyTagClassName
{
color: #32BAC1;
}
</style>
background-color css
<style>
a { background-color: #32BAC1; }
a { background-color: rgb(50,186,193); }
div.DivClassName
{
background-color: #32BAC1;
}
.BgClassName
{
background-color: #32BAC1;
}
</style>
border-color css
<style>
span { border-color: #32BAC1; }
span { border-color: rgb(50,186,193); }
td.TdClassName
{
border-color: #32BAC1;
}
.TagClassName
{
border-color: #32BAC1;
}
</style>