#21B998

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

Shades of Niagara #21B998

Tints of Niagara #21B998

Color information

#21B998 (or 0x21B998) is unknown color: approx Niagara. HEX triplet: 21, B9 and 98. RGB value is (33,185,152). Sum of RGB (Red+Green+Blue) = 33+185+152=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #21B998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B998 is #DE4667. Grayscale: #878787. Windows color (decimal): -14567016 or 10008865. OLE color: 10008865.

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

Color convert

RGB33185152-
CMYK0.8200.180.27
HSL166.97º69.72%42.75%-
HSV(B)166.97º82.16%72.55%-
XYZ23.6437.2935.66-
YUV135.79137.1454.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 185 (72.66% from 255) = 50%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=8.92%
G=50%
B=41.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331851520.8200.180.27166.9769.7242.75
Hex21B998520121Ba7462b
Octal412712301220223324710653
Binary1000011011100110011000101001001001011011101001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,185,152); }

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

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

 a { background-color: rgb(33,185,152); }

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

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

 span { border-color: rgb(33,185,152); }

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