Shades of Light Sea Green #21B4C1
Tints of Light Sea Green #21B4C1
RGB
CMYK
RGB Variations
Color information
#21B4C1 (or 0x21B4C1) is known color: Light Sea Green. HEX triplet: 21, B4 and C1. RGB value is (33,180,193). Sum of RGB (Red+Green+Blue) = 33+180+193=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #21B4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B4C1 is #DE4B3E. Grayscale: #898989. Windows color (decimal): -14568255 or 12694561. OLE color: 12694561.
HSL color Cylindrical-coordinate representation of color #21B4C1: hue angle of 184.88º 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 #21B4C1 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 180 | 193 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.24 |
| HSL | 184.88º | 0.71% | 0.44% | - |
| HSV(B) | 184.88º | 0.83% | 0.76% | - |
| XYZ | 26.57 | 36.82 | 56.16 | - |
| YUV | 137.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 193 | 0.83 | 0.07 | 0 | 0.24 | 184.88 | 0.71 | 0.44 |
| Hex | 21 | B4 | C1 | 53 | 7 | 0 | 18 | B9 | 47 | 2C |
| Octal | 41 | 264 | 301 | 123 | 7 | 0 | 30 | 271 | 107 | 54 |
| Binary | 100001 | 10110100 | 11000001 | 1010011 | 111 | 0 | 11000 | 10111001 | 1000111 | 101100 |
Color Harmonies of #21B4C1
Complementary color
Monochromatic Colors of #21B4C1
Black with #21B4C1
Text Example
Text Example
White with #21B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B4C1; }
p { color: rgb(33,180,193); }
H1.HeaderClassName
{
color: #21B4C1;
}
.AnyTagClassName
{
color: #21B4C1;
}
</style>
background-color css
<style>
a { background-color: #21B4C1; }
a { background-color: rgb(33,180,193); }
div.DivClassName
{
background-color: #21B4C1;
}
.BgClassName
{
background-color: #21B4C1;
}
</style>
border-color css
<style>
span { border-color: #21B4C1; }
span { border-color: rgb(33,180,193); }
td.TdClassName
{
border-color: #21B4C1;
}
.TagClassName
{
border-color: #21B4C1;
}
</style>