#21BC8A

Color #21BC8A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #21BC8A

Tints of Mountain Meadow #21BC8A

Color information

#21BC8A (or 0x21BC8A) is unknown color: approx Mountain Meadow. HEX triplet: 21, BC and 8A. RGB value is (33,188,138). Sum of RGB (Red+Green+Blue) = 33+188+138=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BC8A is #DE4375. Grayscale: #888888. Windows color (decimal): -14566262 or 9092129. OLE color: 9092129.

HSL color Cylindrical-coordinate representation of color #21BC8A: hue angle of 160.65º 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 #21BC8A is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB33188138-
CMYK0.8200.270.26
HSL160.65º70.14%43.33%-
HSV(B)160.65º82.45%73.73%-
XYZ23.238.1230.18-
YUV135.96129.1554.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.19%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=9.19%
G=52.37%
B=38.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331881380.8200.270.26160.6570.1443.33
Hex21BC8A5201B1Aa1462b
Octal412742121220333224110653
Binary1000011011110010001010101001001101111010101000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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