#21B4AD

Color #21B4AD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #21B4AD

Tints of Light Sea Green #21B4AD

Color information

#21B4AD (or 0x21B4AD) is unknown color: approx Light Sea Green. HEX triplet: 21, B4 and AD. RGB value is (33,180,173). Sum of RGB (Red+Green+Blue) = 33+180+173=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #21B4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B4AD is #DE4B52. Grayscale: #878787. Windows color (decimal): -14568275 or 11383841. OLE color: 11383841.

HSL color Cylindrical-coordinate representation of color #21B4AD: hue angle of 177.14º 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 #21B4AD is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB33180173-
CMYK0.8200.040.29
HSL177.14º69.01%41.76%-
HSV(B)177.14º81.67%70.59%-
XYZ24.4935.9845.19-
YUV135.25149.355.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=8.55%
G=46.63%
B=44.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801730.8200.040.29177.1469.0141.76
Hex21B4AD52041Db1452a
Octal41264255122043526110552
Binary10000110110100101011011010010010011101101100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B4AD; }

 p { color: rgb(33,180,173); }

 H1.HeaderClassName
 {
   color: #21B4AD;
 }
 .AnyTagClassName
 {
   color: #21B4AD;
 }
</style>
background-color css

<style>
 a { background-color: #21B4AD; }

 a { background-color: rgb(33,180,173); }

 div.DivClassName
 {
   background-color: #21B4AD;
 }
 .BgClassName
 {
   background-color: #21B4AD;
 }
</style>
border-color css

<style>
 span { border-color: #21B4AD; }

 span { border-color: rgb(33,180,173); }

 td.TdClassName
 {
   border-color: #21B4AD;
 }
 .TagClassName
 {
   border-color: #21B4AD;
 }
</style>