#24B39A

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

Shades of Niagara #24B39A

Tints of Niagara #24B39A

Color information

#24B39A (or 0x24B39A) is unknown color: approx Niagara. HEX triplet: 24, B3 and 9A. RGB value is (36,179,154). Sum of RGB (Red+Green+Blue) = 36+179+154=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #24B39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B39A is #DB4C65. Grayscale: #858585. Windows color (decimal): -14371942 or 10138404. OLE color: 10138404.

HSL color Cylindrical-coordinate representation of color #24B39A: hue angle of 169.51º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B39A is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB36179154-
CMYK0.8000.140.30
HSL169.51º66.51%42.16%-
HSV(B)169.51º79.89%70.2%-
XYZ22.6834.9536.12-
YUV133.39139.6258.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.76%
GREEN value IS 179 (70.31% from 255) = 48.51%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=9.76%
G=48.51%
B=41.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361791540.8000.140.30169.5166.5142.16
Hex24B39A500E1Eaa432a
Octal442632321200163625210352
Binary100100101100111001101010100000111011110101010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,179,154); }

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

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

 a { background-color: rgb(36,179,154); }

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

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

 span { border-color: rgb(36,179,154); }

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