Html Css Color HEX #1BAD7D Mountain Meadow

📋 copy color: '#1BAD7D'

red 27 ◦ green 173 ◦ blue 125

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

Shades of Mountain Meadow #1BAD7D

Tints of Mountain Meadow #1BAD7D

RGB

 RED value IS 27 (10.94% from 255) = 8.31%

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 8.31%
G = 53.23%
B = 38.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#1BAD7D (or 0x1BAD7D) is known color: Mountain Meadow. HEX triplet: 1B, AD and 7D. RGB value is (27,173,125). Sum of RGB (Red+Green+Blue) = 27+173+125=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAD7D is #E45282. Grayscale: #7B7B7B. Windows color (decimal): -14963331 or 8236315. OLE color: 8236315.

HSL color Cylindrical-coordinate representation of color #1BAD7D: hue angle of 160.27º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD7D is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 173 125 -
CMYK 0.84 0 0.28 0.32
HSL 160.27º 0.73% 0.39% -
HSV(B) 160.27º 0.84% 0.68% -
XYZ 19.1 31.6 24.5 -
YUV 123.87 128.63 58.9 -
System Red Green Blue C M Y K H S L
Decimal 27 173 125 0.84 0 0.28 0.32 160.27 0.73 0.39
Hex 1B AD 7D 54 0 1C 20 A0 49 27
Octal 33 255 175 124 0 34 40 240 111 47
Binary 11011 10101101 1111101 1010100 0 11100 100000 10100000 1001001 100111

Color Harmonies of #1BAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAD7D

Black with #1BAD7D

Text Example


Text Example

White with #1BAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,173,125); }

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

background-color css

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

 a { background-color: rgb(27,173,125); }

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

border-color css

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

 span { border-color: rgb(27,173,125); }

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