#21AF88

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

Shades of Mountain Meadow #21AF88

Tints of Mountain Meadow #21AF88

Color information

#21AF88 (or 0x21AF88) is unknown color: approx Mountain Meadow. HEX triplet: 21, AF and 88. RGB value is (33,175,136). Sum of RGB (Red+Green+Blue) = 33+175+136=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF88 is #DE5077. Grayscale: #808080. Windows color (decimal): -14569592 or 8957729. OLE color: 8957729.

HSL color Cylindrical-coordinate representation of color #21AF88: hue angle of 163.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF88 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB33175136-
CMYK0.8100.220.31
HSL163.52º68.27%40.78%-
HSV(B)163.52º81.14%68.63%-
XYZ20.432.7628.54-
YUV128.1132.4660.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.59%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=9.59%
G=50.87%
B=39.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331751360.8100.220.31163.5268.2740.78
Hex21AF88510161Fa44429
Octal412572101210263724410451
Binary1000011010111110001000101000101011011111101001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,175,136); }

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

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

 a { background-color: rgb(33,175,136); }

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

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

 span { border-color: rgb(33,175,136); }

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