Shades of Light Sea Green #21B8BA
Tints of Light Sea Green #21B8BA
RGB
CMYK
RGB Variations
Color information
#21B8BA (or 0x21B8BA) is known color: Light Sea Green. HEX triplet: 21, B8 and BA. RGB value is (33,184,186). Sum of RGB (Red+Green+Blue) = 33+184+186=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #21B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B8BA is #DE4745. Grayscale: #8A8A8A. Windows color (decimal): -14567238 or 12236833. OLE color: 12236833.
HSL color Cylindrical-coordinate representation of color #21B8BA: hue angle of 180.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B8BA is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 184 | 186 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.27 |
| HSL | 180.78º | 0.7% | 0.43% | - |
| HSV(B) | 180.78º | 0.82% | 0.73% | - |
| XYZ | 26.63 | 38.15 | 52.41 | - |
| YUV | 139.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 186 | 0.82 | 0.01 | 0 | 0.27 | 180.78 | 0.7 | 0.43 |
| Hex | 21 | B8 | BA | 52 | 1 | 0 | 1B | B5 | 46 | 2B |
| Octal | 41 | 270 | 272 | 122 | 1 | 0 | 33 | 265 | 106 | 53 |
| Binary | 100001 | 10111000 | 10111010 | 1010010 | 1 | 0 | 11011 | 10110101 | 1000110 | 101011 |
Color Harmonies of #21B8BA
Complementary color
Monochromatic Colors of #21B8BA
Black with #21B8BA
Text Example
Text Example
White with #21B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B8BA; }
p { color: rgb(33,184,186); }
H1.HeaderClassName
{
color: #21B8BA;
}
.AnyTagClassName
{
color: #21B8BA;
}
</style>
background-color css
<style>
a { background-color: #21B8BA; }
a { background-color: rgb(33,184,186); }
div.DivClassName
{
background-color: #21B8BA;
}
.BgClassName
{
background-color: #21B8BA;
}
</style>
border-color css
<style>
span { border-color: #21B8BA; }
span { border-color: rgb(33,184,186); }
td.TdClassName
{
border-color: #21B8BA;
}
.TagClassName
{
border-color: #21B8BA;
}
</style>