Html Css Color HEX #249584 Niagara

📋 copy color: '#249584'

red 36 ◦ green 149 ◦ blue 132

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

Shades of Niagara #249584

Tints of Niagara #249584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 11.36%
G = 47%
B = 41.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#249584 (or 0x249584) is known color: Niagara. HEX triplet: 24, 95 and 84. RGB value is (36,149,132). Sum of RGB (Red+Green+Blue) = 36+149+132=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #249584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249584 is #DB6A7B. Grayscale: #717171. Windows color (decimal): -14379644 or 8688932. OLE color: 8688932.

HSL color Cylindrical-coordinate representation of color #249584: hue angle of 170.97º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249584 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 149 132 -
CMYK 0.76 0 0.11 0.42
HSL 170.97º 0.61% 0.36% -
HSV(B) 170.97º 0.76% 0.58% -
XYZ 15.64 23.54 25.55 -
YUV 113.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 36 149 132 0.76 0 0.11 0.42 170.97 0.61 0.36
Hex 24 95 84 4C 0 B 2A AB 3D 24
Octal 44 225 204 114 0 13 52 253 75 44
Binary 100100 10010101 10000100 1001100 0 1011 101010 10101011 111101 100100

Color Harmonies of #249584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249584

Black with #249584

Text Example


Text Example

White with #249584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249584; }

 p { color: rgb(36,149,132); }

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

background-color css

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

 a { background-color: rgb(36,149,132); }

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

border-color css

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

 span { border-color: rgb(36,149,132); }

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