Shades of Light Sea Green #21BAB6
Tints of Light Sea Green #21BAB6
RGB
CMYK
RGB Variations
Color information
#21BAB6 (or 0x21BAB6) is known color: Light Sea Green. HEX triplet: 21, BA and B6. RGB value is (33,186,182). Sum of RGB (Red+Green+Blue) = 33+186+182=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #21BAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAB6 is #DE4549. Grayscale: #8B8B8B. Windows color (decimal): -14566730 or 11975201. OLE color: 11975201.
HSL color Cylindrical-coordinate representation of color #21BAB6: hue angle of 178.43º 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 #21BAB6 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 182 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.27 |
| HSL | 178.43º | 0.7% | 0.43% | - |
| HSV(B) | 178.43º | 0.82% | 0.73% | - |
| XYZ | 26.63 | 38.82 | 50.35 | - |
| YUV | 139.8 | 151.81 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 182 | 0.82 | 0 | 0.02 | 0.27 | 178.43 | 0.7 | 0.43 |
| Hex | 21 | BA | B6 | 52 | 0 | 2 | 1B | B2 | 46 | 2B |
| Octal | 41 | 272 | 266 | 122 | 0 | 2 | 33 | 262 | 106 | 53 |
| Binary | 100001 | 10111010 | 10110110 | 1010010 | 0 | 10 | 11011 | 10110010 | 1000110 | 101011 |
Color Harmonies of #21BAB6
Complementary color
Monochromatic Colors of #21BAB6
Black with #21BAB6
Text Example
Text Example
White with #21BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAB6; }
p { color: rgb(33,186,182); }
H1.HeaderClassName
{
color: #21BAB6;
}
.AnyTagClassName
{
color: #21BAB6;
}
</style>
background-color css
<style>
a { background-color: #21BAB6; }
a { background-color: rgb(33,186,182); }
div.DivClassName
{
background-color: #21BAB6;
}
.BgClassName
{
background-color: #21BAB6;
}
</style>
border-color css
<style>
span { border-color: #21BAB6; }
span { border-color: rgb(33,186,182); }
td.TdClassName
{
border-color: #21BAB6;
}
.TagClassName
{
border-color: #21BAB6;
}
</style>