Shades of Light Sea Green #21B1A8
Tints of Light Sea Green #21B1A8
RGB
CMYK
RGB Variations
Color information
#21B1A8 (or 0x21B1A8) is known color: Light Sea Green. HEX triplet: 21, B1 and A8. RGB value is (33,177,168). Sum of RGB (Red+Green+Blue) = 33+177+168=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #21B1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B1A8 is #DE4E57. Grayscale: #848484. Windows color (decimal): -14569048 or 11055393. OLE color: 11055393.
HSL color Cylindrical-coordinate representation of color #21B1A8: hue angle of 176.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B1A8 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 168 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.31 |
| HSL | 176.25º | 0.69% | 0.41% | - |
| HSV(B) | 176.25º | 0.81% | 0.69% | - |
| XYZ | 23.42 | 34.59 | 42.49 | - |
| YUV | 132.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 168 | 0.81 | 0 | 0.05 | 0.31 | 176.25 | 0.69 | 0.41 |
| Hex | 21 | B1 | A8 | 51 | 0 | 5 | 1F | B0 | 45 | 29 |
| Octal | 41 | 261 | 250 | 121 | 0 | 5 | 37 | 260 | 105 | 51 |
| Binary | 100001 | 10110001 | 10101000 | 1010001 | 0 | 101 | 11111 | 10110000 | 1000101 | 101001 |
Color Harmonies of #21B1A8
Complementary color
Monochromatic Colors of #21B1A8
Black with #21B1A8
Text Example
Text Example
White with #21B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B1A8; }
p { color: rgb(33,177,168); }
H1.HeaderClassName
{
color: #21B1A8;
}
.AnyTagClassName
{
color: #21B1A8;
}
</style>
background-color css
<style>
a { background-color: #21B1A8; }
a { background-color: rgb(33,177,168); }
div.DivClassName
{
background-color: #21B1A8;
}
.BgClassName
{
background-color: #21B1A8;
}
</style>
border-color css
<style>
span { border-color: #21B1A8; }
span { border-color: rgb(33,177,168); }
td.TdClassName
{
border-color: #21B1A8;
}
.TagClassName
{
border-color: #21B1A8;
}
</style>