Html Css Color HEX #249C8B Niagara

📋 copy color: '#249C8B'

red 36 ◦ green 156 ◦ blue 139

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

Shades of Niagara #249C8B

Tints of Niagara #249C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 10.88%
G = 47.13%
B = 41.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#249C8B (or 0x249C8B) is known color: Niagara. HEX triplet: 24, 9C and 8B. RGB value is (36,156,139). Sum of RGB (Red+Green+Blue) = 36+156+139=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #249C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C8B is #DB6374. Grayscale: #767676. Windows color (decimal): -14377845 or 9149476. OLE color: 9149476.

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

Color convert

RGB 36 156 139 -
CMYK 0.77 0 0.11 0.39
HSL 171.5º 0.63% 0.38% -
HSV(B) 171.5º 0.77% 0.61% -
XYZ 17.28 26.02 28.54 -
YUV 118.18 139.74 69.38 -
System Red Green Blue C M Y K H S L
Decimal 36 156 139 0.77 0 0.11 0.39 171.5 0.63 0.38
Hex 24 9C 8B 4D 0 B 27 AC 3E 26
Octal 44 234 213 115 0 13 47 254 76 46
Binary 100100 10011100 10001011 1001101 0 1011 100111 10101100 111110 100110

Color Harmonies of #249C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C8B

Black with #249C8B

Text Example


Text Example

White with #249C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,156,139); }

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

background-color css

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

 a { background-color: rgb(36,156,139); }

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

border-color css

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

 span { border-color: rgb(36,156,139); }

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