Shades of Light Sea Green #21CFB0
Tints of Light Sea Green #21CFB0
RGB
CMYK
RGB Variations
Color information
#21CFB0 (or 0x21CFB0) is known color: Light Sea Green. HEX triplet: 21, CF and B0. RGB value is (33,207,176). Sum of RGB (Red+Green+Blue) = 33+207+176=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CFB0 is #DE304F. Grayscale: #979797. Windows color (decimal): -14561360 or 11587361. OLE color: 11587361.
HSL color Cylindrical-coordinate representation of color #21CFB0: hue angle of 169.31º 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 #21CFB0 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 176 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.19 |
| HSL | 169.31º | 0.73% | 0.47% | - |
| HSV(B) | 169.31º | 0.84% | 0.81% | - |
| XYZ | 30.78 | 48.08 | 48.73 | - |
| YUV | 151.44 | 141.85 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 176 | 0.84 | 0 | 0.15 | 0.19 | 169.31 | 0.73 | 0.47 |
| Hex | 21 | CF | B0 | 54 | 0 | F | 13 | A9 | 48 | 2F |
| Octal | 41 | 317 | 260 | 124 | 0 | 17 | 23 | 251 | 110 | 57 |
| Binary | 100001 | 11001111 | 10110000 | 1010100 | 0 | 1111 | 10011 | 10101001 | 1001000 | 101111 |
Color Harmonies of #21CFB0
Complementary color
Monochromatic Colors of #21CFB0
Black with #21CFB0
Text Example
Text Example
White with #21CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFB0; }
p { color: rgb(33,207,176); }
H1.HeaderClassName
{
color: #21CFB0;
}
.AnyTagClassName
{
color: #21CFB0;
}
</style>
background-color css
<style>
a { background-color: #21CFB0; }
a { background-color: rgb(33,207,176); }
div.DivClassName
{
background-color: #21CFB0;
}
.BgClassName
{
background-color: #21CFB0;
}
</style>
border-color css
<style>
span { border-color: #21CFB0; }
span { border-color: rgb(33,207,176); }
td.TdClassName
{
border-color: #21CFB0;
}
.TagClassName
{
border-color: #21CFB0;
}
</style>