Shades of Light Sea Green #21ACB5
Tints of Light Sea Green #21ACB5
RGB
CMYK
RGB Variations
Color information
#21ACB5 (or 0x21ACB5) is known color: Light Sea Green. HEX triplet: 21, AC and B5. RGB value is (33,172,181). Sum of RGB (Red+Green+Blue) = 33+172+181=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #21ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACB5 is #DE534A. Grayscale: #838383. Windows color (decimal): -14570315 or 11906081. OLE color: 11906081.
HSL color Cylindrical-coordinate representation of color #21ACB5: hue angle of 183.65º 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 #21ACB5 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 172 | 181 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.29 |
| HSL | 183.65º | 0.69% | 0.42% | - |
| HSV(B) | 183.65º | 0.82% | 0.71% | - |
| XYZ | 23.72 | 33.16 | 48.87 | - |
| YUV | 131.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 181 | 0.82 | 0.05 | 0 | 0.29 | 183.65 | 0.69 | 0.42 |
| Hex | 21 | AC | B5 | 52 | 5 | 0 | 1D | B8 | 45 | 2A |
| Octal | 41 | 254 | 265 | 122 | 5 | 0 | 35 | 270 | 105 | 52 |
| Binary | 100001 | 10101100 | 10110101 | 1010010 | 101 | 0 | 11101 | 10111000 | 1000101 | 101010 |
Color Harmonies of #21ACB5
Complementary color
Monochromatic Colors of #21ACB5
Black with #21ACB5
Text Example
Text Example
White with #21ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACB5; }
p { color: rgb(33,172,181); }
H1.HeaderClassName
{
color: #21ACB5;
}
.AnyTagClassName
{
color: #21ACB5;
}
</style>
background-color css
<style>
a { background-color: #21ACB5; }
a { background-color: rgb(33,172,181); }
div.DivClassName
{
background-color: #21ACB5;
}
.BgClassName
{
background-color: #21ACB5;
}
</style>
border-color css
<style>
span { border-color: #21ACB5; }
span { border-color: rgb(33,172,181); }
td.TdClassName
{
border-color: #21ACB5;
}
.TagClassName
{
border-color: #21ACB5;
}
</style>