Html Css Color HEX #249C8C Niagara

📋 copy color: '#249C8C'

red 36 ◦ green 156 ◦ blue 140

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

Shades of Niagara #249C8C

Tints of Niagara #249C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 10.84%
G = 46.99%
B = 42.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#249C8C (or 0x249C8C) is known color: Niagara. HEX triplet: 24, 9C and 8C. RGB value is (36,156,140). Sum of RGB (Red+Green+Blue) = 36+156+140=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #249C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C8C is #DB6373. Grayscale: #767676. Windows color (decimal): -14377844 or 9215012. OLE color: 9215012.

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

Color convert

RGB 36 156 140 -
CMYK 0.77 0 0.10 0.39
HSL 172º 0.63% 0.38% -
HSV(B) 172º 0.77% 0.61% -
XYZ 17.35 26.05 28.92 -
YUV 118.3 140.24 69.3 -
System Red Green Blue C M Y K H S L
Decimal 36 156 140 0.77 0 0.10 0.39 172 0.63 0.38
Hex 24 9C 8C 4D 0 A 27 AC 3E 26
Octal 44 234 214 115 0 12 47 254 76 46
Binary 100100 10011100 10001100 1001101 0 1010 100111 10101100 111110 100110

Color Harmonies of #249C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C8C

Black with #249C8C

Text Example


Text Example

White with #249C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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