Html Css Color HEX #18B08D Mountain Meadow

📋 copy color: '#18B08D'

red 24 ◦ green 176 ◦ blue 141

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

Shades of Mountain Meadow #18B08D

Tints of Mountain Meadow #18B08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 7.04%
G = 51.61%
B = 41.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#18B08D (or 0x18B08D) is known color: Mountain Meadow. HEX triplet: 18, B0 and 8D. RGB value is (24,176,141). Sum of RGB (Red+Green+Blue) = 24+176+141=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #18B08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B08D is #E74F72. Grayscale: #7E7E7E. Windows color (decimal): -15159155 or 9285656. OLE color: 9285656.

HSL color Cylindrical-coordinate representation of color #18B08D: hue angle of 166.18º 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 #18B08D is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 176 141 -
CMYK 0.86 0 0.20 0.31
HSL 166.18º 0.76% 0.39% -
HSV(B) 166.18º 0.86% 0.69% -
XYZ 20.71 33.17 30.51 -
YUV 126.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 24 176 141 0.86 0 0.20 0.31 166.18 0.76 0.39
Hex 18 B0 8D 56 0 14 1F A6 4C 27
Octal 30 260 215 126 0 24 37 246 114 47
Binary 11000 10110000 10001101 1010110 0 10100 11111 10100110 1001100 100111

Color Harmonies of #18B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B08D

Black with #18B08D

Text Example


Text Example

White with #18B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,141); }

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

background-color css

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

 a { background-color: rgb(24,176,141); }

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

border-color css

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

 span { border-color: rgb(24,176,141); }

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