Shades of Light Sea Green #21CBBB
Tints of Light Sea Green #21CBBB
RGB
CMYK
RGB Variations
Color information
#21CBBB (or 0x21CBBB) is known color: Light Sea Green. HEX triplet: 21, CB and BB. RGB value is (33,203,187). Sum of RGB (Red+Green+Blue) = 33+203+187=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBBB is #DE3444. Grayscale: #969696. Windows color (decimal): -14562373 or 12307233. OLE color: 12307233.
HSL color Cylindrical-coordinate representation of color #21CBBB: hue angle of 174.35º 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 #21CBBB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 187 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.20 |
| HSL | 174.35º | 0.72% | 0.46% | - |
| HSV(B) | 174.35º | 0.84% | 0.8% | - |
| XYZ | 30.95 | 46.62 | 54.38 | - |
| YUV | 150.35 | 148.68 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 187 | 0.84 | 0 | 0.08 | 0.20 | 174.35 | 0.72 | 0.46 |
| Hex | 21 | CB | BB | 54 | 0 | 8 | 14 | AE | 48 | 2E |
| Octal | 41 | 313 | 273 | 124 | 0 | 10 | 24 | 256 | 110 | 56 |
| Binary | 100001 | 11001011 | 10111011 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001000 | 101110 |
Color Harmonies of #21CBBB
Complementary color
Monochromatic Colors of #21CBBB
Black with #21CBBB
Text Example
Text Example
White with #21CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBBB; }
p { color: rgb(33,203,187); }
H1.HeaderClassName
{
color: #21CBBB;
}
.AnyTagClassName
{
color: #21CBBB;
}
</style>
background-color css
<style>
a { background-color: #21CBBB; }
a { background-color: rgb(33,203,187); }
div.DivClassName
{
background-color: #21CBBB;
}
.BgClassName
{
background-color: #21CBBB;
}
</style>
border-color css
<style>
span { border-color: #21CBBB; }
span { border-color: rgb(33,203,187); }
td.TdClassName
{
border-color: #21CBBB;
}
.TagClassName
{
border-color: #21CBBB;
}
</style>