Shades of Light Sea Green #21ACB0
Tints of Light Sea Green #21ACB0
RGB
CMYK
RGB Variations
Color information
#21ACB0 (or 0x21ACB0) is known color: Light Sea Green. HEX triplet: 21, AC and B0. RGB value is (33,172,176). Sum of RGB (Red+Green+Blue) = 33+172+176=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #21ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ACB0 is #DE534F. Grayscale: #828282. Windows color (decimal): -14570320 or 11578401. OLE color: 11578401.
HSL color Cylindrical-coordinate representation of color #21ACB0: hue angle of 181.68º 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 #21ACB0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 172 | 176 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.31 |
| HSL | 181.68º | 0.68% | 0.41% | - |
| HSV(B) | 181.68º | 0.81% | 0.69% | - |
| XYZ | 23.22 | 32.96 | 46.21 | - |
| YUV | 130.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 176 | 0.81 | 0.02 | 0 | 0.31 | 181.68 | 0.68 | 0.41 |
| Hex | 21 | AC | B0 | 51 | 2 | 0 | 1F | B6 | 44 | 29 |
| Octal | 41 | 254 | 260 | 121 | 2 | 0 | 37 | 266 | 104 | 51 |
| Binary | 100001 | 10101100 | 10110000 | 1010001 | 10 | 0 | 11111 | 10110110 | 1000100 | 101001 |
Color Harmonies of #21ACB0
Complementary color
Monochromatic Colors of #21ACB0
Black with #21ACB0
Text Example
Text Example
White with #21ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACB0; }
p { color: rgb(33,172,176); }
H1.HeaderClassName
{
color: #21ACB0;
}
.AnyTagClassName
{
color: #21ACB0;
}
</style>
background-color css
<style>
a { background-color: #21ACB0; }
a { background-color: rgb(33,172,176); }
div.DivClassName
{
background-color: #21ACB0;
}
.BgClassName
{
background-color: #21ACB0;
}
</style>
border-color css
<style>
span { border-color: #21ACB0; }
span { border-color: rgb(33,172,176); }
td.TdClassName
{
border-color: #21ACB0;
}
.TagClassName
{
border-color: #21ACB0;
}
</style>