Html Css Color HEX #18B182 Mountain Meadow

📋 copy color: '#18B182'

red 24 ◦ green 177 ◦ blue 130

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

Shades of Mountain Meadow #18B182

Tints of Mountain Meadow #18B182

RGB

 RED value IS 24 (9.77% from 255) = 7.25%

 GREEN value IS 177 (69.53% from 255) = 53.47%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 7.25%
G = 53.47%
B = 39.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#18B182 (or 0x18B182) is known color: Mountain Meadow. HEX triplet: 18, B1 and 82. RGB value is (24,177,130). Sum of RGB (Red+Green+Blue) = 24+177+130=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #18B182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B182 is #E74E7D. Grayscale: #7D7D7D. Windows color (decimal): -15158910 or 8565016. OLE color: 8565016.

HSL color Cylindrical-coordinate representation of color #18B182: hue angle of 161.57º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B182 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 177 130 -
CMYK 0.86 0 0.27 0.31
HSL 161.57º 0.76% 0.39% -
HSV(B) 161.57º 0.86% 0.69% -
XYZ 20.13 33.25 26.48 -
YUV 125.9 130.31 55.32 -
System Red Green Blue C M Y K H S L
Decimal 24 177 130 0.86 0 0.27 0.31 161.57 0.76 0.39
Hex 18 B1 82 56 0 1B 1F A2 4C 27
Octal 30 261 202 126 0 33 37 242 114 47
Binary 11000 10110001 10000010 1010110 0 11011 11111 10100010 1001100 100111

Color Harmonies of #18B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B182

Black with #18B182

Text Example


Text Example

White with #18B182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18B182; }

 p { color: rgb(24,177,130); }

 H1.HeaderClassName
 {
   color: #18B182;
 }
 .AnyTagClassName
 {
   color: #18B182;
 }
</style>

background-color css

<style>
 a { background-color: #18B182; }

 a { background-color: rgb(24,177,130); }

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

border-color css

<style>
 span { border-color: #18B182; }

 span { border-color: rgb(24,177,130); }

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