Shades of Light Sea Green #21CCB5
Tints of Light Sea Green #21CCB5
RGB
CMYK
RGB Variations
Color information
#21CCB5 (or 0x21CCB5) is known color: Light Sea Green. HEX triplet: 21, CC and B5. RGB value is (33,204,181). Sum of RGB (Red+Green+Blue) = 33+204+181=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCB5 is #DE334A. Grayscale: #969696. Windows color (decimal): -14562123 or 11914273. OLE color: 11914273.
HSL color Cylindrical-coordinate representation of color #21CCB5: hue angle of 171.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCB5 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 181 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.2 |
| HSL | 171.93º | 0.72% | 0.46% | - |
| HSV(B) | 171.93º | 0.84% | 0.8% | - |
| XYZ | 30.56 | 46.85 | 51.15 | - |
| YUV | 150.25 | 145.35 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 181 | 0.84 | 0 | 0.11 | 0.2 | 171.93 | 0.72 | 0.46 |
| Hex | 21 | CC | B5 | 54 | 0 | B | 14 | AC | 48 | 2E |
| Octal | 41 | 314 | 265 | 124 | 0 | 13 | 24 | 254 | 110 | 56 |
| Binary | 100001 | 11001100 | 10110101 | 1010100 | 0 | 1011 | 10100 | 10101100 | 1001000 | 101110 |
Color Harmonies of #21CCB5
Complementary color
Monochromatic Colors of #21CCB5
Black with #21CCB5
Text Example
Text Example
White with #21CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCB5; }
p { color: rgb(33,204,181); }
H1.HeaderClassName
{
color: #21CCB5;
}
.AnyTagClassName
{
color: #21CCB5;
}
</style>
background-color css
<style>
a { background-color: #21CCB5; }
a { background-color: rgb(33,204,181); }
div.DivClassName
{
background-color: #21CCB5;
}
.BgClassName
{
background-color: #21CCB5;
}
</style>
border-color css
<style>
span { border-color: #21CCB5; }
span { border-color: rgb(33,204,181); }
td.TdClassName
{
border-color: #21CCB5;
}
.TagClassName
{
border-color: #21CCB5;
}
</style>