Shades of Light Sea Green #21BBBC
Tints of Light Sea Green #21BBBC
RGB
CMYK
RGB Variations
Color information
#21BBBC (or 0x21BBBC) is known color: Light Sea Green. HEX triplet: 21, BB and BC. RGB value is (33,187,188). Sum of RGB (Red+Green+Blue) = 33+187+188=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #21BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBBC is #DE4443. Grayscale: #8C8C8C. Windows color (decimal): -14566468 or 12368673. OLE color: 12368673.
HSL color Cylindrical-coordinate representation of color #21BBBC: hue angle of 180.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BBBC is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 187 | 188 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.26 |
| HSL | 180.39º | 0.7% | 0.43% | - |
| HSV(B) | 180.39º | 0.82% | 0.74% | - |
| XYZ | 27.47 | 39.49 | 53.75 | - |
| YUV | 141.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 188 | 0.82 | 0.01 | 0 | 0.26 | 180.39 | 0.7 | 0.43 |
| Hex | 21 | BB | BC | 52 | 1 | 0 | 1A | B4 | 46 | 2B |
| Octal | 41 | 273 | 274 | 122 | 1 | 0 | 32 | 264 | 106 | 53 |
| Binary | 100001 | 10111011 | 10111100 | 1010010 | 1 | 0 | 11010 | 10110100 | 1000110 | 101011 |
Color Harmonies of #21BBBC
Complementary color
Monochromatic Colors of #21BBBC
Black with #21BBBC
Text Example
Text Example
White with #21BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBBC; }
p { color: rgb(33,187,188); }
H1.HeaderClassName
{
color: #21BBBC;
}
.AnyTagClassName
{
color: #21BBBC;
}
</style>
background-color css
<style>
a { background-color: #21BBBC; }
a { background-color: rgb(33,187,188); }
div.DivClassName
{
background-color: #21BBBC;
}
.BgClassName
{
background-color: #21BBBC;
}
</style>
border-color css
<style>
span { border-color: #21BBBC; }
span { border-color: rgb(33,187,188); }
td.TdClassName
{
border-color: #21BBBC;
}
.TagClassName
{
border-color: #21BBBC;
}
</style>