Html Css Color HEX #31B898 Niagara

📋 copy color: '#31B898'

red 49 ◦ green 184 ◦ blue 152

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

Shades of Niagara #31B898

Tints of Niagara #31B898

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 12.73%
G = 47.79%
B = 39.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#31B898 (or 0x31B898) is known color: Niagara. HEX triplet: 31, B8 and 98. RGB value is (49,184,152). Sum of RGB (Red+Green+Blue) = 49+184+152=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #31B898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B898 is #CE4767. Grayscale: #8B8B8B. Windows color (decimal): -13518696 or 10008625. OLE color: 10008625.

HSL color Cylindrical-coordinate representation of color #31B898: hue angle of 165.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B898 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 184 152 -
CMYK 0.73 0 0.17 0.28
HSL 165.78º 0.58% 0.46% -
HSV(B) 165.78º 0.73% 0.72% -
XYZ 24.07 37.2 35.62 -
YUV 139.99 134.77 63.1 -
System Red Green Blue C M Y K H S L
Decimal 49 184 152 0.73 0 0.17 0.28 165.78 0.58 0.46
Hex 31 B8 98 49 0 11 1C A6 3A 2E
Octal 61 270 230 111 0 21 34 246 72 56
Binary 110001 10111000 10011000 1001001 0 10001 11100 10100110 111010 101110

Color Harmonies of #31B898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B898

Black with #31B898

Text Example


Text Example

White with #31B898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,184,152); }

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

background-color css

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

 a { background-color: rgb(49,184,152); }

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

border-color css

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

 span { border-color: rgb(49,184,152); }

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