Html Css Color HEX #249884 Niagara

📋 copy color: '#249884'

red 36 ◦ green 152 ◦ blue 132

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

Shades of Niagara #249884

Tints of Niagara #249884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

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

R = 11.25%
G = 47.5%
B = 41.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#249884 (or 0x249884) is known color: Niagara. HEX triplet: 24, 98 and 84. RGB value is (36,152,132). Sum of RGB (Red+Green+Blue) = 36+152+132=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #249884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249884 is #DB677B. Grayscale: #727272. Windows color (decimal): -14378876 or 8689700. OLE color: 8689700.

HSL color Cylindrical-coordinate representation of color #249884: hue angle of 169.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249884 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 152 132 -
CMYK 0.76 0 0.13 0.40
HSL 169.66º 0.62% 0.37% -
HSV(B) 169.66º 0.76% 0.6% -
XYZ 16.12 24.5 25.71 -
YUV 115.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 36 152 132 0.76 0 0.13 0.40 169.66 0.62 0.37
Hex 24 98 84 4C 0 D 28 AA 3E 25
Octal 44 230 204 114 0 15 50 252 76 45
Binary 100100 10011000 10000100 1001100 0 1101 101000 10101010 111110 100101

Color Harmonies of #249884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249884

Black with #249884

Text Example


Text Example

White with #249884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249884; }

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

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

background-color css

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

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

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

border-color css

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

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

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