Shades of Light Sea Green #21CFB4
Tints of Light Sea Green #21CFB4
RGB
CMYK
RGB Variations
Color information
#21CFB4 (or 0x21CFB4) is known color: Light Sea Green. HEX triplet: 21, CF and B4. RGB value is (33,207,180). Sum of RGB (Red+Green+Blue) = 33+207+180=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFB4 is #DE304B. Grayscale: #979797. Windows color (decimal): -14561356 or 11849505. OLE color: 11849505.
HSL color Cylindrical-coordinate representation of color #21CFB4: hue angle of 170.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFB4 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 180 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.19 |
| HSL | 170.69º | 0.73% | 0.47% | - |
| HSV(B) | 170.69º | 0.84% | 0.81% | - |
| XYZ | 31.18 | 48.24 | 50.85 | - |
| YUV | 151.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 180 | 0.84 | 0 | 0.13 | 0.19 | 170.69 | 0.73 | 0.47 |
| Hex | 21 | CF | B4 | 54 | 0 | D | 13 | AB | 48 | 2F |
| Octal | 41 | 317 | 264 | 124 | 0 | 15 | 23 | 253 | 110 | 57 |
| Binary | 100001 | 11001111 | 10110100 | 1010100 | 0 | 1101 | 10011 | 10101011 | 1001000 | 101111 |
Color Harmonies of #21CFB4
Complementary color
Monochromatic Colors of #21CFB4
Black with #21CFB4
Text Example
Text Example
White with #21CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFB4; }
p { color: rgb(33,207,180); }
H1.HeaderClassName
{
color: #21CFB4;
}
.AnyTagClassName
{
color: #21CFB4;
}
</style>
background-color css
<style>
a { background-color: #21CFB4; }
a { background-color: rgb(33,207,180); }
div.DivClassName
{
background-color: #21CFB4;
}
.BgClassName
{
background-color: #21CFB4;
}
</style>
border-color css
<style>
span { border-color: #21CFB4; }
span { border-color: rgb(33,207,180); }
td.TdClassName
{
border-color: #21CFB4;
}
.TagClassName
{
border-color: #21CFB4;
}
</style>