Html Css Color HEX #31A688 Niagara

📋 copy color: '#31A688'

red 49 ◦ green 166 ◦ blue 136

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

Shades of Niagara #31A688

Tints of Niagara #31A688

RGB

 RED value IS 49 (19.53% from 255) = 13.96%

 GREEN value IS 166 (65.23% from 255) = 47.29%

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

R = 13.96%
G = 47.29%
B = 38.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#31A688 (or 0x31A688) is known color: Niagara. HEX triplet: 31, A6 and 88. RGB value is (49,166,136). Sum of RGB (Red+Green+Blue) = 49+166+136=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #31A688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A688 is #CE5977. Grayscale: #7F7F7F. Windows color (decimal): -13523320 or 8955441. OLE color: 8955441.

HSL color Cylindrical-coordinate representation of color #31A688: hue angle of 164.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A688 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 166 136 -
CMYK 0.70 0 0.18 0.35
HSL 164.62º 0.54% 0.42% -
HSV(B) 164.62º 0.7% 0.65% -
XYZ 19.35 29.7 28.01 -
YUV 127.6 132.74 71.94 -
System Red Green Blue C M Y K H S L
Decimal 49 166 136 0.70 0 0.18 0.35 164.62 0.54 0.42
Hex 31 A6 88 46 0 12 23 A5 36 2A
Octal 61 246 210 106 0 22 43 245 66 52
Binary 110001 10100110 10001000 1000110 0 10010 100011 10100101 110110 101010

Color Harmonies of #31A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A688

Black with #31A688

Text Example


Text Example

White with #31A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A688; }

 p { color: rgb(49,166,136); }

 H1.HeaderClassName
 {
   color: #31A688;
 }
 .AnyTagClassName
 {
   color: #31A688;
 }
</style>

background-color css

<style>
 a { background-color: #31A688; }

 a { background-color: rgb(49,166,136); }

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

border-color css

<style>
 span { border-color: #31A688; }

 span { border-color: rgb(49,166,136); }

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