Shades of Light Sea Green #21B1B4
Tints of Light Sea Green #21B1B4
RGB
CMYK
RGB Variations
Color information
#21B1B4 (or 0x21B1B4) is known color: Light Sea Green. HEX triplet: 21, B1 and B4. RGB value is (33,177,180). Sum of RGB (Red+Green+Blue) = 33+177+180=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #21B1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B1B4 is #DE4E4B. Grayscale: #868686. Windows color (decimal): -14569036 or 11841825. OLE color: 11841825.
HSL color Cylindrical-coordinate representation of color #21B1B4: hue angle of 181.22º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B1B4 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 177 | 180 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.29 |
| HSL | 181.22º | 0.69% | 0.42% | - |
| HSV(B) | 181.22º | 0.82% | 0.71% | - |
| XYZ | 24.59 | 35.06 | 48.65 | - |
| YUV | 134.29 | 153.79 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 180 | 0.82 | 0.02 | 0 | 0.29 | 181.22 | 0.69 | 0.42 |
| Hex | 21 | B1 | B4 | 52 | 2 | 0 | 1D | B5 | 45 | 2A |
| Octal | 41 | 261 | 264 | 122 | 2 | 0 | 35 | 265 | 105 | 52 |
| Binary | 100001 | 10110001 | 10110100 | 1010010 | 10 | 0 | 11101 | 10110101 | 1000101 | 101010 |
Color Harmonies of #21B1B4
Complementary color
Monochromatic Colors of #21B1B4
Black with #21B1B4
Text Example
Text Example
White with #21B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B1B4; }
p { color: rgb(33,177,180); }
H1.HeaderClassName
{
color: #21B1B4;
}
.AnyTagClassName
{
color: #21B1B4;
}
</style>
background-color css
<style>
a { background-color: #21B1B4; }
a { background-color: rgb(33,177,180); }
div.DivClassName
{
background-color: #21B1B4;
}
.BgClassName
{
background-color: #21B1B4;
}
</style>
border-color css
<style>
span { border-color: #21B1B4; }
span { border-color: rgb(33,177,180); }
td.TdClassName
{
border-color: #21B1B4;
}
.TagClassName
{
border-color: #21B1B4;
}
</style>