Shades of Light Sea Green #21CBB5
Tints of Light Sea Green #21CBB5
RGB
CMYK
RGB Variations
Color information
#21CBB5 (or 0x21CBB5) is known color: Light Sea Green. HEX triplet: 21, CB and B5. RGB value is (33,203,181). Sum of RGB (Red+Green+Blue) = 33+203+181=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBB5 is #DE344A. Grayscale: #959595. Windows color (decimal): -14562379 or 11914017. OLE color: 11914017.
HSL color Cylindrical-coordinate representation of color #21CBB5: hue angle of 172.24º 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 #21CBB5 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 181 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.20 |
| HSL | 172.24º | 0.72% | 0.46% | - |
| HSV(B) | 172.24º | 0.84% | 0.8% | - |
| XYZ | 30.32 | 46.37 | 51.07 | - |
| YUV | 149.66 | 145.68 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 181 | 0.84 | 0 | 0.11 | 0.20 | 172.24 | 0.72 | 0.46 |
| Hex | 21 | CB | B5 | 54 | 0 | B | 14 | AC | 48 | 2E |
| Octal | 41 | 313 | 265 | 124 | 0 | 13 | 24 | 254 | 110 | 56 |
| Binary | 100001 | 11001011 | 10110101 | 1010100 | 0 | 1011 | 10100 | 10101100 | 1001000 | 101110 |
Color Harmonies of #21CBB5
Complementary color
Monochromatic Colors of #21CBB5
Black with #21CBB5
Text Example
Text Example
White with #21CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBB5; }
p { color: rgb(33,203,181); }
H1.HeaderClassName
{
color: #21CBB5;
}
.AnyTagClassName
{
color: #21CBB5;
}
</style>
background-color css
<style>
a { background-color: #21CBB5; }
a { background-color: rgb(33,203,181); }
div.DivClassName
{
background-color: #21CBB5;
}
.BgClassName
{
background-color: #21CBB5;
}
</style>
border-color css
<style>
span { border-color: #21CBB5; }
span { border-color: rgb(33,203,181); }
td.TdClassName
{
border-color: #21CBB5;
}
.TagClassName
{
border-color: #21CBB5;
}
</style>