Html Css Color HEX #1BB48B Mountain Meadow

📋 copy color: '#1BB48B'

red 27 ◦ green 180 ◦ blue 139

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

Shades of Mountain Meadow #1BB48B

Tints of Mountain Meadow #1BB48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.02%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 7.8%
G = 52.02%
B = 40.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#1BB48B (or 0x1BB48B) is known color: Mountain Meadow. HEX triplet: 1B, B4 and 8B. RGB value is (27,180,139). Sum of RGB (Red+Green+Blue) = 27+180+139=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB48B is #E44B74. Grayscale: #818181. Windows color (decimal): -14961525 or 9155611. OLE color: 9155611.

HSL color Cylindrical-coordinate representation of color #1BB48B: hue angle of 163.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB48B is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 27 180 139 -
CMYK 0.85 0 0.23 0.29
HSL 163.92º 0.74% 0.41% -
HSV(B) 163.92º 0.85% 0.71% -
XYZ 21.43 34.74 30 -
YUV 129.58 133.31 54.83 -
System Red Green Blue C M Y K H S L
Decimal 27 180 139 0.85 0 0.23 0.29 163.92 0.74 0.41
Hex 1B B4 8B 55 0 17 1D A4 4A 29
Octal 33 264 213 125 0 27 35 244 112 51
Binary 11011 10110100 10001011 1010101 0 10111 11101 10100100 1001010 101001

Color Harmonies of #1BB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB48B

Black with #1BB48B

Text Example


Text Example

White with #1BB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,180,139); }

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

background-color css

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

 a { background-color: rgb(27,180,139); }

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

border-color css

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

 span { border-color: rgb(27,180,139); }

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