Html Css Color HEX #24BB96 Niagara

📋 copy color: '#24BB96'

red 36 ◦ green 187 ◦ blue 150

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

Shades of Niagara #24BB96

Tints of Niagara #24BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.13%

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 9.65%
G = 50.13%
B = 40.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#24BB96 (or 0x24BB96) is known color: Niagara. HEX triplet: 24, BB and 96. RGB value is (36,187,150). Sum of RGB (Red+Green+Blue) = 36+187+150=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #24BB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BB96 is #DB4469. Grayscale: #898989. Windows color (decimal): -14369898 or 9878308. OLE color: 9878308.

HSL color Cylindrical-coordinate representation of color #24BB96: hue angle of 165.3º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BB96 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 187 150 -
CMYK 0.81 0 0.20 0.27
HSL 165.3º 0.68% 0.44% -
HSV(B) 165.3º 0.81% 0.73% -
XYZ 24 38.12 34.95 -
YUV 137.63 134.97 55.51 -
System Red Green Blue C M Y K H S L
Decimal 36 187 150 0.81 0 0.20 0.27 165.3 0.68 0.44
Hex 24 BB 96 51 0 14 1B A5 44 2C
Octal 44 273 226 121 0 24 33 245 104 54
Binary 100100 10111011 10010110 1010001 0 10100 11011 10100101 1000100 101100

Color Harmonies of #24BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BB96

Black with #24BB96

Text Example


Text Example

White with #24BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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