#21BE5F

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

Shades of Medium Sea Green #21BE5F

Tints of Medium Sea Green #21BE5F

Color information

#21BE5F (or 0x21BE5F) is unknown color: approx Medium Sea Green. HEX triplet: 21, BE and 5F. RGB value is (33,190,95). Sum of RGB (Red+Green+Blue) = 33+190+95=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BE5F is #DE41A0. Grayscale: #848484. Windows color (decimal): -14565793 or 6274593. OLE color: 6274593.

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

Color convert

RGB3319095-
CMYK0.8300.50.25
HSL143.69º70.4%43.73%-
HSV(B)143.69º82.63%74.51%-
XYZ21.1137.9817.04-
YUV132.23106.9957.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 190 (74.61% from 255) = 59.75%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=10.38%
G=59.75%
B=29.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33190950.8300.50.25143.6970.443.73
Hex21BE5F530321990462c
Octal412761371230623122010654
Binary1000011011111010111111010011011001011001100100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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