#21AF8F

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

Shades of Niagara #21AF8F

Tints of Niagara #21AF8F

Color information

#21AF8F (or 0x21AF8F) is unknown color: approx Niagara. HEX triplet: 21, AF and 8F. RGB value is (33,175,143). Sum of RGB (Red+Green+Blue) = 33+175+143=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF8F is #DE5070. Grayscale: #808080. Windows color (decimal): -14569585 or 9416481. OLE color: 9416481.

HSL color Cylindrical-coordinate representation of color #21AF8F: hue angle of 166.48º 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 #21AF8F is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB33175143-
CMYK0.8100.180.31
HSL166.48º68.27%40.78%-
HSV(B)166.48º81.14%68.63%-
XYZ20.9232.9731.25-
YUV128.89135.9659.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.40%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=9.40%
G=49.86%
B=40.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331751430.8100.180.31166.4868.2740.78
Hex21AF8F510121Fa64429
Octal412572171210223724610451
Binary1000011010111110001111101000101001011111101001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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