Html Css Color HEX #21B585 Mountain Meadow

📋 copy color: '#21B585'

red 33 ◦ green 181 ◦ blue 133

#21B585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21B585

Tints of Mountain Meadow #21B585

RGB

 RED value IS 33 (13.28% from 255) = 9.51%

 GREEN value IS 181 (71.09% from 255) = 52.16%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 9.51%
G = 52.16%
B = 38.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#21B585 (or 0x21B585) is known color: Mountain Meadow. HEX triplet: 21, B5 and 85. RGB value is (33,181,133). Sum of RGB (Red+Green+Blue) = 33+181+133=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #21B585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B585 is #DE4A7A. Grayscale: #838383. Windows color (decimal): -14568059 or 8762657. OLE color: 8762657.

HSL color Cylindrical-coordinate representation of color #21B585: hue angle of 160.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B585 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 181 133 -
CMYK 0.82 0 0.27 0.29
HSL 160.54º 0.69% 0.42% -
HSV(B) 160.54º 0.82% 0.71% -
XYZ 21.38 35.06 27.83 -
YUV 131.28 128.97 57.9 -
System Red Green Blue C M Y K H S L
Decimal 33 181 133 0.82 0 0.27 0.29 160.54 0.69 0.42
Hex 21 B5 85 52 0 1B 1D A1 45 2A
Octal 41 265 205 122 0 33 35 241 105 52
Binary 100001 10110101 10000101 1010010 0 11011 11101 10100001 1000101 101010

Color Harmonies of #21B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B585

Black with #21B585

Text Example


Text Example

White with #21B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,133); }

 H1.HeaderClassName
 {
   color: #21B585;
 }
 .AnyTagClassName
 {
   color: #21B585;
 }
</style>

background-color css

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

 a { background-color: rgb(33,181,133); }

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

border-color css

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

 span { border-color: rgb(33,181,133); }

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