Html Css Color HEX #31AD9B Niagara

📋 copy color: '#31AD9B'

red 49 ◦ green 173 ◦ blue 155

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

Shades of Niagara #31AD9B

Tints of Niagara #31AD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 13%
G = 45.89%
B = 41.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#31AD9B (or 0x31AD9B) is known color: Niagara. HEX triplet: 31, AD and 9B. RGB value is (49,173,155). Sum of RGB (Red+Green+Blue) = 49+173+155=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD9B is #CE5264. Grayscale: #858585. Windows color (decimal): -13521509 or 10202417. OLE color: 10202417.

HSL color Cylindrical-coordinate representation of color #31AD9B: hue angle of 171.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD9B is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 155 -
CMYK 0.72 0 0.10 0.32
HSL 171.29º 0.56% 0.44% -
HSV(B) 171.29º 0.72% 0.68% -
XYZ 22.13 32.91 36.2 -
YUV 133.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 49 173 155 0.72 0 0.10 0.32 171.29 0.56 0.44
Hex 31 AD 9B 48 0 A 20 AB 38 2C
Octal 61 255 233 110 0 12 40 253 70 54
Binary 110001 10101101 10011011 1001000 0 1010 100000 10101011 111000 101100

Color Harmonies of #31AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD9B

Black with #31AD9B

Text Example


Text Example

White with #31AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,155); }

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

background-color css

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

 a { background-color: rgb(49,173,155); }

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

border-color css

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

 span { border-color: rgb(49,173,155); }

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