Shades of Light Sea Green #21BFB5
Tints of Light Sea Green #21BFB5
RGB
CMYK
RGB Variations
Color information
#21BFB5 (or 0x21BFB5) is known color: Light Sea Green. HEX triplet: 21, BF and B5. RGB value is (33,191,181). Sum of RGB (Red+Green+Blue) = 33+191+181=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #21BFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFB5 is #DE404A. Grayscale: #8E8E8E. Windows color (decimal): -14565451 or 11910945. OLE color: 11910945.
HSL color Cylindrical-coordinate representation of color #21BFB5: hue angle of 176.2º 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 #21BFB5 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 181 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.25 |
| HSL | 176.2º | 0.71% | 0.44% | - |
| HSV(B) | 176.2º | 0.83% | 0.75% | - |
| XYZ | 27.6 | 40.92 | 50.16 | - |
| YUV | 142.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 181 | 0.83 | 0 | 0.05 | 0.25 | 176.2 | 0.71 | 0.44 |
| Hex | 21 | BF | B5 | 53 | 0 | 5 | 19 | B0 | 47 | 2C |
| Octal | 41 | 277 | 265 | 123 | 0 | 5 | 31 | 260 | 107 | 54 |
| Binary | 100001 | 10111111 | 10110101 | 1010011 | 0 | 101 | 11001 | 10110000 | 1000111 | 101100 |
Color Harmonies of #21BFB5
Complementary color
Monochromatic Colors of #21BFB5
Black with #21BFB5
Text Example
Text Example
White with #21BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFB5; }
p { color: rgb(33,191,181); }
H1.HeaderClassName
{
color: #21BFB5;
}
.AnyTagClassName
{
color: #21BFB5;
}
</style>
background-color css
<style>
a { background-color: #21BFB5; }
a { background-color: rgb(33,191,181); }
div.DivClassName
{
background-color: #21BFB5;
}
.BgClassName
{
background-color: #21BFB5;
}
</style>
border-color css
<style>
span { border-color: #21BFB5; }
span { border-color: rgb(33,191,181); }
td.TdClassName
{
border-color: #21BFB5;
}
.TagClassName
{
border-color: #21BFB5;
}
</style>