Shades of Light Sea Green #21BEB5
Tints of Light Sea Green #21BEB5
RGB
CMYK
RGB Variations
Color information
#21BEB5 (or 0x21BEB5) is known color: Light Sea Green. HEX triplet: 21, BE and B5. RGB value is (33,190,181). Sum of RGB (Red+Green+Blue) = 33+190+181=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEB5 is #DE414A. Grayscale: #8D8D8D. Windows color (decimal): -14565707 or 11910689. OLE color: 11910689.
HSL color Cylindrical-coordinate representation of color #21BEB5: hue angle of 176.56º 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 #21BEB5 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 181 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.25 |
| HSL | 176.56º | 0.7% | 0.44% | - |
| HSV(B) | 176.56º | 0.83% | 0.75% | - |
| XYZ | 27.38 | 40.49 | 50.09 | - |
| YUV | 142.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 181 | 0.83 | 0 | 0.05 | 0.25 | 176.56 | 0.7 | 0.44 |
| Hex | 21 | BE | B5 | 53 | 0 | 5 | 19 | B1 | 46 | 2C |
| Octal | 41 | 276 | 265 | 123 | 0 | 5 | 31 | 261 | 106 | 54 |
| Binary | 100001 | 10111110 | 10110101 | 1010011 | 0 | 101 | 11001 | 10110001 | 1000110 | 101100 |
Color Harmonies of #21BEB5
Complementary color
Monochromatic Colors of #21BEB5
Black with #21BEB5
Text Example
Text Example
White with #21BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEB5; }
p { color: rgb(33,190,181); }
H1.HeaderClassName
{
color: #21BEB5;
}
.AnyTagClassName
{
color: #21BEB5;
}
</style>
background-color css
<style>
a { background-color: #21BEB5; }
a { background-color: rgb(33,190,181); }
div.DivClassName
{
background-color: #21BEB5;
}
.BgClassName
{
background-color: #21BEB5;
}
</style>
border-color css
<style>
span { border-color: #21BEB5; }
span { border-color: rgb(33,190,181); }
td.TdClassName
{
border-color: #21BEB5;
}
.TagClassName
{
border-color: #21BEB5;
}
</style>