#21BC5E

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

Shades of Medium Sea Green #21BC5E

Tints of Medium Sea Green #21BC5E

Color information

#21BC5E (or 0x21BC5E) is unknown color: approx Medium Sea Green. HEX triplet: 21, BC and 5E. RGB value is (33,188,94). Sum of RGB (Red+Green+Blue) = 33+188+94=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC5E is #DE43A1. Grayscale: #838383. Windows color (decimal): -14566306 or 6208545. OLE color: 6208545.

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

Color convert

RGB3318894-
CMYK0.8200.500.26
HSL143.61º70.14%43.33%-
HSV(B)143.61º82.45%73.73%-
XYZ20.6337.116.66-
YUV130.94107.1558.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.48%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=10.48%
G=59.68%
B=29.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33188940.8200.500.26143.6170.1443.33
Hex21BC5E520321A90462b
Octal412741361220623222010653
Binary1000011011110010111101010010011001011010100100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,188,94); }

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

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

 a { background-color: rgb(33,188,94); }

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

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

 span { border-color: rgb(33,188,94); }

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