Html Css Color HEX #1FAD88 Mountain Meadow

📋 copy color: '#1FAD88'

red 31 ◦ green 173 ◦ blue 136

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

Shades of Mountain Meadow #1FAD88

Tints of Mountain Meadow #1FAD88

RGB

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

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

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

R = 9.12%
G = 50.88%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#1FAD88 (or 0x1FAD88) is known color: Mountain Meadow. HEX triplet: 1F, AD and 88. RGB value is (31,173,136). Sum of RGB (Red+Green+Blue) = 31+173+136=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD88 is #E05277. Grayscale: #7E7E7E. Windows color (decimal): -14701176 or 8957215. OLE color: 8957215.

HSL color Cylindrical-coordinate representation of color #1FAD88: hue angle of 164.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD88 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 173 136 -
CMYK 0.82 0 0.21 0.32
HSL 164.37º 0.7% 0.4% -
HSV(B) 164.37º 0.82% 0.68% -
XYZ 19.95 31.96 28.41 -
YUV 126.32 133.46 60.01 -
System Red Green Blue C M Y K H S L
Decimal 31 173 136 0.82 0 0.21 0.32 164.37 0.7 0.4
Hex 1F AD 88 52 0 15 20 A4 46 28
Octal 37 255 210 122 0 25 40 244 106 50
Binary 11111 10101101 10001000 1010010 0 10101 100000 10100100 1000110 101000

Color Harmonies of #1FAD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD88

Black with #1FAD88

Text Example


Text Example

White with #1FAD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,136); }

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

background-color css

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

 a { background-color: rgb(31,173,136); }

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

border-color css

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

 span { border-color: rgb(31,173,136); }

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