Html Css Color HEX #24B094 Niagara

📋 copy color: '#24B094'

red 36 ◦ green 176 ◦ blue 148

#24B094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #24B094

Tints of Niagara #24B094

RGB

 RED value IS 36 (14.45% from 255) = 10%

 GREEN value IS 176 (69.14% from 255) = 48.89%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 10%
G = 48.89%
B = 41.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#24B094 (or 0x24B094) is known color: Niagara. HEX triplet: 24, B0 and 94. RGB value is (36,176,148). Sum of RGB (Red+Green+Blue) = 36+176+148=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #24B094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B094 is #DB4F6B. Grayscale: #828282. Windows color (decimal): -14372716 or 9744420. OLE color: 9744420.

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

Color convert

RGB 36 176 148 -
CMYK 0.80 0 0.16 0.31
HSL 168º 0.66% 0.42% -
HSV(B) 168º 0.8% 0.69% -
XYZ 21.6 33.56 33.36 -
YUV 130.95 137.62 60.28 -
System Red Green Blue C M Y K H S L
Decimal 36 176 148 0.80 0 0.16 0.31 168 0.66 0.42
Hex 24 B0 94 50 0 10 1F A8 42 2A
Octal 44 260 224 120 0 20 37 250 102 52
Binary 100100 10110000 10010100 1010000 0 10000 11111 10101000 1000010 101010

Color Harmonies of #24B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B094

Black with #24B094

Text Example


Text Example

White with #24B094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,176,148); }

 H1.HeaderClassName
 {
   color: #24B094;
 }
 .AnyTagClassName
 {
   color: #24B094;
 }
</style>

background-color css

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

 a { background-color: rgb(36,176,148); }

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

border-color css

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

 span { border-color: rgb(36,176,148); }

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