Html Css Color HEX #249B88 Niagara

📋 copy color: '#249B88'

red 36 ◦ green 155 ◦ blue 136

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

Shades of Niagara #249B88

Tints of Niagara #249B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 11.01%
G = 47.4%
B = 41.59%

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

#249B88 (or 0x249B88) is known color: Niagara. HEX triplet: 24, 9B and 88. RGB value is (36,155,136). Sum of RGB (Red+Green+Blue) = 36+155+136=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #249B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B88 is #DB6477. Grayscale: #757575. Windows color (decimal): -14378104 or 8952612. OLE color: 8952612.

HSL color Cylindrical-coordinate representation of color #249B88: hue angle of 170.42º 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 #249B88 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 155 136 -
CMYK 0.77 0 0.12 0.39
HSL 170.42º 0.62% 0.37% -
HSV(B) 170.42º 0.77% 0.61% -
XYZ 16.89 25.6 27.34 -
YUV 117.25 138.58 70.04 -
System Red Green Blue C M Y K H S L
Decimal 36 155 136 0.77 0 0.12 0.39 170.42 0.62 0.37
Hex 24 9B 88 4D 0 C 27 AA 3E 25
Octal 44 233 210 115 0 14 47 252 76 45
Binary 100100 10011011 10001000 1001101 0 1100 100111 10101010 111110 100101

Color Harmonies of #249B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B88

Black with #249B88

Text Example


Text Example

White with #249B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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