Html Css Color HEX #1FBB80 Mountain Meadow

📋 copy color: '#1FBB80'

red 31 ◦ green 187 ◦ blue 128

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

Shades of Mountain Meadow #1FBB80

Tints of Mountain Meadow #1FBB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.05%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 8.96%
G = 54.05%
B = 36.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#1FBB80 (or 0x1FBB80) is known color: Mountain Meadow. HEX triplet: 1F, BB and 80. RGB value is (31,187,128). Sum of RGB (Red+Green+Blue) = 31+187+128=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBB80 is #E0447F. Grayscale: #858585. Windows color (decimal): -14697600 or 8436511. OLE color: 8436511.

HSL color Cylindrical-coordinate representation of color #1FBB80: hue angle of 157.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBB80 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 187 128 -
CMYK 0.83 0 0.32 0.27
HSL 157.31º 0.72% 0.43% -
HSV(B) 157.31º 0.83% 0.73% -
XYZ 22.23 37.39 26.47 -
YUV 133.63 124.82 54.8 -
System Red Green Blue C M Y K H S L
Decimal 31 187 128 0.83 0 0.32 0.27 157.31 0.72 0.43
Hex 1F BB 80 53 0 20 1B 9D 48 2B
Octal 37 273 200 123 0 40 33 235 110 53
Binary 11111 10111011 10000000 1010011 0 100000 11011 10011101 1001000 101011

Color Harmonies of #1FBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBB80

Black with #1FBB80

Text Example


Text Example

White with #1FBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,187,128); }

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

background-color css

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

 a { background-color: rgb(31,187,128); }

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

border-color css

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

 span { border-color: rgb(31,187,128); }

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