Shades of Light Sea Green #21BAC1
Tints of Light Sea Green #21BAC1
RGB
CMYK
RGB Variations
Color information
#21BAC1 (or 0x21BAC1) is known color: Light Sea Green. HEX triplet: 21, BA and C1. RGB value is (33,186,193). Sum of RGB (Red+Green+Blue) = 33+186+193=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #21BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAC1 is #DE453E. Grayscale: #8C8C8C. Windows color (decimal): -14566719 or 12696097. OLE color: 12696097.
HSL color Cylindrical-coordinate representation of color #21BAC1: hue angle of 182.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BAC1 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 186 | 193 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.24 |
| HSL | 182.63º | 0.71% | 0.44% | - |
| HSV(B) | 182.63º | 0.83% | 0.76% | - |
| XYZ | 27.81 | 39.29 | 56.57 | - |
| YUV | 141.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 193 | 0.83 | 0.04 | 0 | 0.24 | 182.63 | 0.71 | 0.44 |
| Hex | 21 | BA | C1 | 53 | 4 | 0 | 18 | B7 | 47 | 2C |
| Octal | 41 | 272 | 301 | 123 | 4 | 0 | 30 | 267 | 107 | 54 |
| Binary | 100001 | 10111010 | 11000001 | 1010011 | 100 | 0 | 11000 | 10110111 | 1000111 | 101100 |
Color Harmonies of #21BAC1
Complementary color
Monochromatic Colors of #21BAC1
Black with #21BAC1
Text Example
Text Example
White with #21BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAC1; }
p { color: rgb(33,186,193); }
H1.HeaderClassName
{
color: #21BAC1;
}
.AnyTagClassName
{
color: #21BAC1;
}
</style>
background-color css
<style>
a { background-color: #21BAC1; }
a { background-color: rgb(33,186,193); }
div.DivClassName
{
background-color: #21BAC1;
}
.BgClassName
{
background-color: #21BAC1;
}
</style>
border-color css
<style>
span { border-color: #21BAC1; }
span { border-color: rgb(33,186,193); }
td.TdClassName
{
border-color: #21BAC1;
}
.TagClassName
{
border-color: #21BAC1;
}
</style>