Html Css Color HEX #249582 Niagara

📋 copy color: '#249582'

red 36 ◦ green 149 ◦ blue 130

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

Shades of Niagara #249582

Tints of Niagara #249582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 11.43%
G = 47.3%
B = 41.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#249582 (or 0x249582) is known color: Niagara. HEX triplet: 24, 95 and 82. RGB value is (36,149,130). Sum of RGB (Red+Green+Blue) = 36+149+130=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #249582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249582 is #DB6A7D. Grayscale: #717171. Windows color (decimal): -14379646 or 8557860. OLE color: 8557860.

HSL color Cylindrical-coordinate representation of color #249582: hue angle of 169.91º 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 #249582 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 149 130 -
CMYK 0.76 0 0.13 0.42
HSL 169.91º 0.61% 0.36% -
HSV(B) 169.91º 0.76% 0.58% -
XYZ 15.5 23.48 24.83 -
YUV 113.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 36 149 130 0.76 0 0.13 0.42 169.91 0.61 0.36
Hex 24 95 82 4C 0 D 2A AA 3D 24
Octal 44 225 202 114 0 15 52 252 75 44
Binary 100100 10010101 10000010 1001100 0 1101 101010 10101010 111101 100100

Color Harmonies of #249582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249582

Black with #249582

Text Example


Text Example

White with #249582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249582; }

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

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

background-color css

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

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

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

border-color css

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

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

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