#24B196

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

Shades of Niagara #24B196

Tints of Niagara #24B196

Color information

#24B196 (or 0x24B196) is unknown color: approx Niagara. HEX triplet: 24, B1 and 96. RGB value is (36,177,150). Sum of RGB (Red+Green+Blue) = 36+177+150=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #24B196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B196 is #DB4E69. Grayscale: #838383. Windows color (decimal): -14372458 or 9875748. OLE color: 9875748.

HSL color Cylindrical-coordinate representation of color #24B196: hue angle of 168.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B196 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB36177150-
CMYK0.8000.150.31
HSL168.51º66.2%41.76%-
HSV(B)168.51º79.66%69.41%-
XYZ21.9534.0234.26-
YUV131.76138.2959.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.92%
GREEN value IS 177 (69.53% from 255) = 48.76%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=9.92%
G=48.76%
B=41.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361771500.8000.150.31168.5166.241.76
Hex24B196500F1Fa9422a
Octal442612261200173725110252
Binary100100101100011001011010100000111111111101010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24B196; }

 p { color: rgb(36,177,150); }

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

<style>
 a { background-color: #24B196; }

 a { background-color: rgb(36,177,150); }

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

<style>
 span { border-color: #24B196; }

 span { border-color: rgb(36,177,150); }

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