Shades of Light Sea Green #21AFBC
Tints of Light Sea Green #21AFBC
RGB
CMYK
RGB Variations
Color information
#21AFBC (or 0x21AFBC) is known color: Light Sea Green. HEX triplet: 21, AF and BC. RGB value is (33,175,188). Sum of RGB (Red+Green+Blue) = 33+175+188=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #21AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFBC is #DE5043. Grayscale: #858585. Windows color (decimal): -14569540 or 12365601. OLE color: 12365601.
HSL color Cylindrical-coordinate representation of color #21AFBC: hue angle of 185.03º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AFBC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 175 | 188 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.26 |
| HSL | 185.03º | 0.7% | 0.43% | - |
| HSV(B) | 185.03º | 0.82% | 0.74% | - |
| XYZ | 25.03 | 34.61 | 52.94 | - |
| YUV | 134.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 188 | 0.82 | 0.07 | 0 | 0.26 | 185.03 | 0.7 | 0.43 |
| Hex | 21 | AF | BC | 52 | 7 | 0 | 1A | B9 | 46 | 2B |
| Octal | 41 | 257 | 274 | 122 | 7 | 0 | 32 | 271 | 106 | 53 |
| Binary | 100001 | 10101111 | 10111100 | 1010010 | 111 | 0 | 11010 | 10111001 | 1000110 | 101011 |
Color Harmonies of #21AFBC
Complementary color
Monochromatic Colors of #21AFBC
Black with #21AFBC
Text Example
Text Example
White with #21AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFBC; }
p { color: rgb(33,175,188); }
H1.HeaderClassName
{
color: #21AFBC;
}
.AnyTagClassName
{
color: #21AFBC;
}
</style>
background-color css
<style>
a { background-color: #21AFBC; }
a { background-color: rgb(33,175,188); }
div.DivClassName
{
background-color: #21AFBC;
}
.BgClassName
{
background-color: #21AFBC;
}
</style>
border-color css
<style>
span { border-color: #21AFBC; }
span { border-color: rgb(33,175,188); }
td.TdClassName
{
border-color: #21AFBC;
}
.TagClassName
{
border-color: #21AFBC;
}
</style>