Shades of Light Sea Green #21BDC3
Tints of Light Sea Green #21BDC3
RGB
CMYK
RGB Variations
Color information
#21BDC3 (or 0x21BDC3) is known color: Light Sea Green. HEX triplet: 21, BD and C3. RGB value is (33,189,195). Sum of RGB (Red+Green+Blue) = 33+189+195=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #21BDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDC3 is #DE423C. Grayscale: #8E8E8E. Windows color (decimal): -14565949 or 12827937. OLE color: 12827937.
HSL color Cylindrical-coordinate representation of color #21BDC3: hue angle of 182.22º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BDC3 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 189 | 195 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.24 |
| HSL | 182.22º | 0.71% | 0.45% | - |
| HSV(B) | 182.22º | 0.83% | 0.76% | - |
| XYZ | 28.68 | 40.66 | 57.97 | - |
| YUV | 143.04 | 157.32 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 195 | 0.83 | 0.03 | 0 | 0.24 | 182.22 | 0.71 | 0.45 |
| Hex | 21 | BD | C3 | 53 | 3 | 0 | 18 | B6 | 47 | 2D |
| Octal | 41 | 275 | 303 | 123 | 3 | 0 | 30 | 266 | 107 | 55 |
| Binary | 100001 | 10111101 | 11000011 | 1010011 | 11 | 0 | 11000 | 10110110 | 1000111 | 101101 |
Color Harmonies of #21BDC3
Complementary color
Monochromatic Colors of #21BDC3
Black with #21BDC3
Text Example
Text Example
White with #21BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDC3; }
p { color: rgb(33,189,195); }
H1.HeaderClassName
{
color: #21BDC3;
}
.AnyTagClassName
{
color: #21BDC3;
}
</style>
background-color css
<style>
a { background-color: #21BDC3; }
a { background-color: rgb(33,189,195); }
div.DivClassName
{
background-color: #21BDC3;
}
.BgClassName
{
background-color: #21BDC3;
}
</style>
border-color css
<style>
span { border-color: #21BDC3; }
span { border-color: rgb(33,189,195); }
td.TdClassName
{
border-color: #21BDC3;
}
.TagClassName
{
border-color: #21BDC3;
}
</style>