#21B89F

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

Shades of Light Sea Green #21B89F

Tints of Light Sea Green #21B89F

Color information

#21B89F (or 0x21B89F) is unknown color: approx Light Sea Green. HEX triplet: 21, B8 and 9F. RGB value is (33,184,159). Sum of RGB (Red+Green+Blue) = 33+184+159=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #21B89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B89F is #DE4760. Grayscale: #878787. Windows color (decimal): -14567265 or 10467361. OLE color: 10467361.

HSL color Cylindrical-coordinate representation of color #21B89F: hue angle of 170.07º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B89F is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB33184159-
CMYK0.8200.140.28
HSL170.07º69.59%42.55%-
HSV(B)170.07º82.07%72.16%-
XYZ24.0337.1138.7-
YUV136140.9754.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.78%
GREEN value IS 184 (72.27% from 255) = 48.94%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=8.78%
G=48.94%
B=42.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331841590.8200.140.28170.0769.5942.55
Hex21B89F520E1Caa462b
Octal412702371220163425210653
Binary100001101110001001111110100100111011100101010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,159); }

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

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

 a { background-color: rgb(33,184,159); }

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

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

 span { border-color: rgb(33,184,159); }

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