#21BE70

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

Shades of Medium Sea Green #21BE70

Tints of Medium Sea Green #21BE70

Color information

#21BE70 (or 0x21BE70) is unknown color: approx Medium Sea Green. HEX triplet: 21, BE and 70. RGB value is (33,190,112). Sum of RGB (Red+Green+Blue) = 33+190+112=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BE70 is #DE418F. Grayscale: #868686. Windows color (decimal): -14565776 or 7388705. OLE color: 7388705.

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

Color convert

RGB33190112-
CMYK0.8300.410.25
HSL150.19º70.4%43.73%-
HSV(B)150.19º82.63%74.51%-
XYZ21.9738.3221.57-
YUV134.16115.4955.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=9.85%
G=56.72%
B=33.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331901120.8300.410.25150.1970.443.73
Hex21BE70530291996462c
Octal412761601230513122610654
Binary1000011011111011100001010011010100111001100101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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