Html Css Color HEX #31AB99 Niagara

📋 copy color: '#31AB99'

red 49 ◦ green 171 ◦ blue 153

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

Shades of Niagara #31AB99

Tints of Niagara #31AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 13.14%
G = 45.84%
B = 41.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#31AB99 (or 0x31AB99) is known color: Niagara. HEX triplet: 31, AB and 99. RGB value is (49,171,153). Sum of RGB (Red+Green+Blue) = 49+171+153=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AB99 is #CE5466. Grayscale: #848484. Windows color (decimal): -13522023 or 10070833. OLE color: 10070833.

HSL color Cylindrical-coordinate representation of color #31AB99: hue angle of 171.15º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB99 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 153 -
CMYK 0.71 0 0.11 0.33
HSL 171.15º 0.55% 0.43% -
HSV(B) 171.15º 0.71% 0.67% -
XYZ 21.58 32.08 35.19 -
YUV 132.47 139.58 68.46 -
System Red Green Blue C M Y K H S L
Decimal 49 171 153 0.71 0 0.11 0.33 171.15 0.55 0.43
Hex 31 AB 99 47 0 B 21 AB 37 2B
Octal 61 253 231 107 0 13 41 253 67 53
Binary 110001 10101011 10011001 1000111 0 1011 100001 10101011 110111 101011

Color Harmonies of #31AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB99

Black with #31AB99

Text Example


Text Example

White with #31AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,171,153); }

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

background-color css

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

 a { background-color: rgb(49,171,153); }

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

border-color css

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

 span { border-color: rgb(49,171,153); }

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