#24B38F

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

Shades of Niagara #24B38F

Tints of Niagara #24B38F

Color information

#24B38F (or 0x24B38F) is unknown color: approx Niagara. HEX triplet: 24, B3 and 8F. RGB value is (36,179,143). Sum of RGB (Red+Green+Blue) = 36+179+143=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #24B38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B38F is #DB4C70. Grayscale: #848484. Windows color (decimal): -14371953 or 9417508. OLE color: 9417508.

HSL color Cylindrical-coordinate representation of color #24B38F: hue angle of 164.9º 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 #24B38F is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB36179143-
CMYK0.8000.200.30
HSL164.9º66.51%42.16%-
HSV(B)164.9º79.89%70.2%-
XYZ21.8134.631.52-
YUV132.14134.1259.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.06%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=10.06%
G=50%
B=39.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361791430.8000.200.30164.966.5142.16
Hex24B38F500141Ea5432a
Octal442632171200243624510352
Binary1001001011001110001111101000001010011110101001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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