Shades of Light Sea Green #21BEA4
Tints of Light Sea Green #21BEA4
RGB
CMYK
RGB Variations
Color information
#21BEA4 (or 0x21BEA4) is known color: Light Sea Green. HEX triplet: 21, BE and A4. RGB value is (33,190,164). Sum of RGB (Red+Green+Blue) = 33+190+164=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA4 is #DE415B. Grayscale: #8C8C8C. Windows color (decimal): -14565724 or 10796577. OLE color: 10796577.
HSL color Cylindrical-coordinate representation of color #21BEA4: hue angle of 170.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEA4 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 164 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.25 |
| HSL | 170.06º | 0.7% | 0.44% | - |
| HSV(B) | 170.06º | 0.83% | 0.75% | - |
| XYZ | 25.74 | 39.83 | 41.45 | - |
| YUV | 140.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 164 | 0.83 | 0 | 0.14 | 0.25 | 170.06 | 0.7 | 0.44 |
| Hex | 21 | BE | A4 | 53 | 0 | E | 19 | AA | 46 | 2C |
| Octal | 41 | 276 | 244 | 123 | 0 | 16 | 31 | 252 | 106 | 54 |
| Binary | 100001 | 10111110 | 10100100 | 1010011 | 0 | 1110 | 11001 | 10101010 | 1000110 | 101100 |
Color Harmonies of #21BEA4
Complementary color
Monochromatic Colors of #21BEA4
Black with #21BEA4
Text Example
Text Example
White with #21BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEA4; }
p { color: rgb(33,190,164); }
H1.HeaderClassName
{
color: #21BEA4;
}
.AnyTagClassName
{
color: #21BEA4;
}
</style>
background-color css
<style>
a { background-color: #21BEA4; }
a { background-color: rgb(33,190,164); }
div.DivClassName
{
background-color: #21BEA4;
}
.BgClassName
{
background-color: #21BEA4;
}
</style>
border-color css
<style>
span { border-color: #21BEA4; }
span { border-color: rgb(33,190,164); }
td.TdClassName
{
border-color: #21BEA4;
}
.TagClassName
{
border-color: #21BEA4;
}
</style>