Html Css Color HEX #249685 Niagara

📋 copy color: '#249685'

red 36 ◦ green 150 ◦ blue 133

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

Shades of Niagara #249685

Tints of Niagara #249685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 11.29%
G = 47.02%
B = 41.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#249685 (or 0x249685) is known color: Niagara. HEX triplet: 24, 96 and 85. RGB value is (36,150,133). Sum of RGB (Red+Green+Blue) = 36+150+133=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #249685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249685 is #DB697A. Grayscale: #717171. Windows color (decimal): -14379387 or 8754724. OLE color: 8754724.

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

Color convert

RGB 36 150 133 -
CMYK 0.76 0 0.11 0.41
HSL 171.05º 0.61% 0.36% -
HSV(B) 171.05º 0.76% 0.59% -
XYZ 15.87 23.88 25.96 -
YUV 113.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 36 150 133 0.76 0 0.11 0.41 171.05 0.61 0.36
Hex 24 96 85 4C 0 B 29 AB 3D 24
Octal 44 226 205 114 0 13 51 253 75 44
Binary 100100 10010110 10000101 1001100 0 1011 101001 10101011 111101 100100

Color Harmonies of #249685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249685

Black with #249685

Text Example


Text Example

White with #249685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249685; }

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

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

background-color css

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

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

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

border-color css

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

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

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