Html Css Color HEX #249885 Niagara

📋 copy color: '#249885'

red 36 ◦ green 152 ◦ blue 133

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

Shades of Niagara #249885

Tints of Niagara #249885

RGB

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

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

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

R = 11.21%
G = 47.35%
B = 41.43%

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

#249885 (or 0x249885) is known color: Niagara. HEX triplet: 24, 98 and 85. RGB value is (36,152,133). Sum of RGB (Red+Green+Blue) = 36+152+133=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #249885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249885 is #DB677A. Grayscale: #737373. Windows color (decimal): -14378875 or 8755236. OLE color: 8755236.

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

Color convert

RGB 36 152 133 -
CMYK 0.76 0 0.13 0.40
HSL 170.17º 0.62% 0.37% -
HSV(B) 170.17º 0.76% 0.6% -
XYZ 16.19 24.53 26.07 -
YUV 115.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 36 152 133 0.76 0 0.13 0.40 170.17 0.62 0.37
Hex 24 98 85 4C 0 D 28 AA 3E 25
Octal 44 230 205 114 0 15 50 252 76 45
Binary 100100 10011000 10000101 1001100 0 1101 101000 10101010 111110 100101

Color Harmonies of #249885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249885

Black with #249885

Text Example


Text Example

White with #249885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249885; }

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

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

background-color css

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

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

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

border-color css

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

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

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