Html Css Color HEX #1FB696 Mountain Meadow

📋 copy color: '#1FB696'

red 31 ◦ green 182 ◦ blue 150

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

Shades of Mountain Meadow #1FB696

Tints of Mountain Meadow #1FB696

RGB

 RED value IS 31 (12.5% from 255) = 8.54%

 GREEN value IS 182 (71.48% from 255) = 50.14%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 8.54%
G = 50.14%
B = 41.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#1FB696 (or 0x1FB696) is known color: Mountain Meadow. HEX triplet: 1F, B6 and 96. RGB value is (31,182,150). Sum of RGB (Red+Green+Blue) = 31+182+150=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB696 is #E04969. Grayscale: #858585. Windows color (decimal): -14698858 or 9877023. OLE color: 9877023.

HSL color Cylindrical-coordinate representation of color #1FB696: hue angle of 167.28º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB696 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 182 150 -
CMYK 0.83 0 0.18 0.29
HSL 167.28º 0.71% 0.42% -
HSV(B) 167.28º 0.83% 0.71% -
XYZ 22.8 35.95 34.59 -
YUV 133.2 137.47 55.1 -
System Red Green Blue C M Y K H S L
Decimal 31 182 150 0.83 0 0.18 0.29 167.28 0.71 0.42
Hex 1F B6 96 53 0 12 1D A7 47 2A
Octal 37 266 226 123 0 22 35 247 107 52
Binary 11111 10110110 10010110 1010011 0 10010 11101 10100111 1000111 101010

Color Harmonies of #1FB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB696

Black with #1FB696

Text Example


Text Example

White with #1FB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FB696; }

 p { color: rgb(31,182,150); }

 H1.HeaderClassName
 {
   color: #1FB696;
 }
 .AnyTagClassName
 {
   color: #1FB696;
 }
</style>

background-color css

<style>
 a { background-color: #1FB696; }

 a { background-color: rgb(31,182,150); }

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

border-color css

<style>
 span { border-color: #1FB696; }

 span { border-color: rgb(31,182,150); }

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