Shades of Light Sea Green #21B09B
Tints of Light Sea Green #21B09B
RGB
CMYK
RGB Variations
Color information
#21B09B (or 0x21B09B) is known color: Light Sea Green. HEX triplet: 21, B0 and 9B. RGB value is (33,176,155). Sum of RGB (Red+Green+Blue) = 33+176+155=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #21B09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B09B is #DE4F64. Grayscale: #828282. Windows color (decimal): -14569317 or 10203169. OLE color: 10203169.
HSL color Cylindrical-coordinate representation of color #21B09B: hue angle of 171.19º degrees, saturation: 0.68, 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 #21B09B is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 155 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.31 |
| HSL | 171.19º | 0.68% | 0.41% | - |
| HSV(B) | 171.19º | 0.81% | 0.69% | - |
| XYZ | 22.07 | 33.74 | 36.36 | - |
| YUV | 130.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 155 | 0.81 | 0 | 0.12 | 0.31 | 171.19 | 0.68 | 0.41 |
| Hex | 21 | B0 | 9B | 51 | 0 | C | 1F | AB | 44 | 29 |
| Octal | 41 | 260 | 233 | 121 | 0 | 14 | 37 | 253 | 104 | 51 |
| Binary | 100001 | 10110000 | 10011011 | 1010001 | 0 | 1100 | 11111 | 10101011 | 1000100 | 101001 |
Color Harmonies of #21B09B
Complementary color
Monochromatic Colors of #21B09B
Black with #21B09B
Text Example
Text Example
White with #21B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B09B; }
p { color: rgb(33,176,155); }
H1.HeaderClassName
{
color: #21B09B;
}
.AnyTagClassName
{
color: #21B09B;
}
</style>
background-color css
<style>
a { background-color: #21B09B; }
a { background-color: rgb(33,176,155); }
div.DivClassName
{
background-color: #21B09B;
}
.BgClassName
{
background-color: #21B09B;
}
</style>
border-color css
<style>
span { border-color: #21B09B; }
span { border-color: rgb(33,176,155); }
td.TdClassName
{
border-color: #21B09B;
}
.TagClassName
{
border-color: #21B09B;
}
</style>