Html Css Color HEX #249B89 Niagara

📋 copy color: '#249B89'

red 36 ◦ green 155 ◦ blue 137

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

Shades of Niagara #249B89

Tints of Niagara #249B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 10.98%
G = 47.26%
B = 41.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#249B89 (or 0x249B89) is known color: Niagara. HEX triplet: 24, 9B and 89. RGB value is (36,155,137). Sum of RGB (Red+Green+Blue) = 36+155+137=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #249B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B89 is #DB6476. Grayscale: #757575. Windows color (decimal): -14378103 or 9018148. OLE color: 9018148.

HSL color Cylindrical-coordinate representation of color #249B89: hue angle of 170.92º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B89 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 155 137 -
CMYK 0.77 0 0.12 0.39
HSL 170.92º 0.62% 0.37% -
HSV(B) 170.92º 0.77% 0.61% -
XYZ 16.96 25.62 27.72 -
YUV 117.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 36 155 137 0.77 0 0.12 0.39 170.92 0.62 0.37
Hex 24 9B 89 4D 0 C 27 AB 3E 25
Octal 44 233 211 115 0 14 47 253 76 45
Binary 100100 10011011 10001001 1001101 0 1100 100111 10101011 111110 100101

Color Harmonies of #249B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B89

Black with #249B89

Text Example


Text Example

White with #249B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249B89; }

 p { color: rgb(36,155,137); }

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

background-color css

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

 a { background-color: rgb(36,155,137); }

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

border-color css

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

 span { border-color: rgb(36,155,137); }

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