Shades of Light Sea Green #21BFBE
Tints of Light Sea Green #21BFBE
RGB
CMYK
RGB Variations
Color information
#21BFBE (or 0x21BFBE) is known color: Light Sea Green. HEX triplet: 21, BF and BE. RGB value is (33,191,190). Sum of RGB (Red+Green+Blue) = 33+191+190=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #21BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFBE is #DE4041. Grayscale: #8F8F8F. Windows color (decimal): -14565442 or 12500769. OLE color: 12500769.
HSL color Cylindrical-coordinate representation of color #21BFBE: hue angle of 179.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BFBE is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 190 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.25 |
| HSL | 179.62º | 0.71% | 0.44% | - |
| HSV(B) | 179.62º | 0.83% | 0.75% | - |
| XYZ | 28.55 | 41.3 | 55.18 | - |
| YUV | 143.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 190 | 0.83 | 0 | 0.01 | 0.25 | 179.62 | 0.71 | 0.44 |
| Hex | 21 | BF | BE | 53 | 0 | 1 | 19 | B4 | 47 | 2C |
| Octal | 41 | 277 | 276 | 123 | 0 | 1 | 31 | 264 | 107 | 54 |
| Binary | 100001 | 10111111 | 10111110 | 1010011 | 0 | 1 | 11001 | 10110100 | 1000111 | 101100 |
Color Harmonies of #21BFBE
Complementary color
Monochromatic Colors of #21BFBE
Black with #21BFBE
Text Example
Text Example
White with #21BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFBE; }
p { color: rgb(33,191,190); }
H1.HeaderClassName
{
color: #21BFBE;
}
.AnyTagClassName
{
color: #21BFBE;
}
</style>
background-color css
<style>
a { background-color: #21BFBE; }
a { background-color: rgb(33,191,190); }
div.DivClassName
{
background-color: #21BFBE;
}
.BgClassName
{
background-color: #21BFBE;
}
</style>
border-color css
<style>
span { border-color: #21BFBE; }
span { border-color: rgb(33,191,190); }
td.TdClassName
{
border-color: #21BFBE;
}
.TagClassName
{
border-color: #21BFBE;
}
</style>