Shades of Light Sea Green #21B4BC
Tints of Light Sea Green #21B4BC
RGB
CMYK
RGB Variations
Color information
#21B4BC (or 0x21B4BC) is known color: Light Sea Green. HEX triplet: 21, B4 and BC. RGB value is (33,180,188). Sum of RGB (Red+Green+Blue) = 33+180+188=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #21B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B4BC is #DE4B43. Grayscale: #888888. Windows color (decimal): -14568260 or 12366881. OLE color: 12366881.
HSL color Cylindrical-coordinate representation of color #21B4BC: hue angle of 183.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B4BC is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 180 | 188 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.26 |
| HSL | 183.1º | 0.7% | 0.43% | - |
| HSV(B) | 183.1º | 0.82% | 0.74% | - |
| XYZ | 26.03 | 36.6 | 53.27 | - |
| YUV | 136.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 188 | 0.82 | 0.04 | 0 | 0.26 | 183.1 | 0.7 | 0.43 |
| Hex | 21 | B4 | BC | 52 | 4 | 0 | 1A | B7 | 46 | 2B |
| Octal | 41 | 264 | 274 | 122 | 4 | 0 | 32 | 267 | 106 | 53 |
| Binary | 100001 | 10110100 | 10111100 | 1010010 | 100 | 0 | 11010 | 10110111 | 1000110 | 101011 |
Color Harmonies of #21B4BC
Complementary color
Monochromatic Colors of #21B4BC
Black with #21B4BC
Text Example
Text Example
White with #21B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B4BC; }
p { color: rgb(33,180,188); }
H1.HeaderClassName
{
color: #21B4BC;
}
.AnyTagClassName
{
color: #21B4BC;
}
</style>
background-color css
<style>
a { background-color: #21B4BC; }
a { background-color: rgb(33,180,188); }
div.DivClassName
{
background-color: #21B4BC;
}
.BgClassName
{
background-color: #21B4BC;
}
</style>
border-color css
<style>
span { border-color: #21B4BC; }
span { border-color: rgb(33,180,188); }
td.TdClassName
{
border-color: #21B4BC;
}
.TagClassName
{
border-color: #21B4BC;
}
</style>