#21BEAC

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

Shades of Light Sea Green #21BEAC

Tints of Light Sea Green #21BEAC

Color information

#21BEAC (or 0x21BEAC) is unknown color: approx Light Sea Green. HEX triplet: 21, BE and AC. RGB value is (33,190,172). Sum of RGB (Red+Green+Blue) = 33+190+172=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEAC is #DE4153. Grayscale: #8C8C8C. Windows color (decimal): -14565716 or 11320865. OLE color: 11320865.

HSL color Cylindrical-coordinate representation of color #21BEAC: hue angle of 173.12º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEAC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB33190172-
CMYK0.8300.090.25
HSL173.12º70.4%43.73%-
HSV(B)173.12º82.63%74.51%-
XYZ26.4940.1345.38-
YUV141145.4950.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.35%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=8.35%
G=48.10%
B=43.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331901720.8300.090.25173.1270.443.73
Hex21BEAC530919ad462c
Octal412762541230113125510654
Binary100001101111101010110010100110100111001101011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,190,172); }

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

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

 a { background-color: rgb(33,190,172); }

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

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

 span { border-color: rgb(33,190,172); }

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