Html Css Color HEX #249880 Niagara

📋 copy color: '#249880'

red 36 ◦ green 152 ◦ blue 128

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

Shades of Niagara #249880

Tints of Niagara #249880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 11.39%
G = 48.1%
B = 40.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#249880 (or 0x249880) is known color: Niagara. HEX triplet: 24, 98 and 80. RGB value is (36,152,128). Sum of RGB (Red+Green+Blue) = 36+152+128=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #249880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249880 is #DB677F. Grayscale: #727272. Windows color (decimal): -14378880 or 8427556. OLE color: 8427556.

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

Color convert

RGB 36 152 128 -
CMYK 0.76 0 0.16 0.40
HSL 167.59º 0.62% 0.37% -
HSV(B) 167.59º 0.76% 0.6% -
XYZ 15.85 24.39 24.29 -
YUV 114.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 36 152 128 0.76 0 0.16 0.40 167.59 0.62 0.37
Hex 24 98 80 4C 0 10 28 A8 3E 25
Octal 44 230 200 114 0 20 50 250 76 45
Binary 100100 10011000 10000000 1001100 0 10000 101000 10101000 111110 100101

Color Harmonies of #249880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249880

Black with #249880

Text Example


Text Example

White with #249880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249880; }

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

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

background-color css

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

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

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

border-color css

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

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

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