#21BEB3

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

Shades of Light Sea Green #21BEB3

Tints of Light Sea Green #21BEB3

Color information

#21BEB3 (or 0x21BEB3) is unknown color: approx Light Sea Green. HEX triplet: 21, BE and B3. RGB value is (33,190,179). Sum of RGB (Red+Green+Blue) = 33+190+179=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEB3 is #DE414C. Grayscale: #8D8D8D. Windows color (decimal): -14565709 or 11779617. OLE color: 11779617.

HSL color Cylindrical-coordinate representation of color #21BEB3: hue angle of 175.8º 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 #21BEB3 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB33190179-
CMYK0.8300.060.25
HSL175.8º70.4%43.73%-
HSV(B)175.8º82.63%74.51%-
XYZ27.1840.449.01-
YUV141.8148.9950.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.21%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=8.21%
G=47.26%
B=44.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331901790.8300.060.25175.870.443.73
Hex21BEB3530619b0462c
Octal41276263123063126010654
Binary10000110111110101100111010011011011001101100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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