#249C8A

Color #249C8A Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #249C8A

Tints of Niagara #249C8A

Color information

#249C8A (or 0x249C8A) is unknown color: approx Niagara. HEX triplet: 24, 9C and 8A. RGB value is (36,156,138). Sum of RGB (Red+Green+Blue) = 36+156+138=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #249C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C8A is #DB6375. Grayscale: #767676. Windows color (decimal): -14377846 or 9083940. OLE color: 9083940.

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

Color convert

RGB36156138-
CMYK0.7700.120.39
HSL171º62.5%37.65%-
HSV(B)171º76.92%61.18%-
XYZ17.225.9928.15-
YUV118.07139.2469.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.91%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=10.91%
G=47.27%
B=41.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361561380.7700.120.3917162.537.65
Hex249C8A4D0C27ab3e26
Octal44234212115014472537646
Binary100100100111001000101010011010110010011110101011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #249C8A;
 }
 .AnyTagClassName
 {
   color: #249C8A;
 }
</style>
background-color css

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

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

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

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

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

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