Html Css Color HEX #15B08C Mountain Meadow

📋 copy color: '#15B08C'

red 21 ◦ green 176 ◦ blue 140

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

Shades of Mountain Meadow #15B08C

Tints of Mountain Meadow #15B08C

RGB

 RED value IS 21 (8.59% from 255) = 6.23%

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 6.23%
G = 52.23%
B = 41.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#15B08C (or 0x15B08C) is known color: Mountain Meadow. HEX triplet: 15, B0 and 8C. RGB value is (21,176,140). Sum of RGB (Red+Green+Blue) = 21+176+140=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #15B08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15B08C is #EA4F73. Grayscale: #7D7D7D. Windows color (decimal): -15355764 or 9220117. OLE color: 9220117.

HSL color Cylindrical-coordinate representation of color #15B08C: hue angle of 166.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B08C is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 176 140 -
CMYK 0.88 0 0.20 0.31
HSL 166.06º 0.79% 0.39% -
HSV(B) 166.06º 0.88% 0.69% -
XYZ 20.57 33.1 30.12 -
YUV 125.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 21 176 140 0.88 0 0.20 0.31 166.06 0.79 0.39
Hex 15 B0 8C 58 0 14 1F A6 4F 27
Octal 25 260 214 130 0 24 37 246 117 47
Binary 10101 10110000 10001100 1011000 0 10100 11111 10100110 1001111 100111

Color Harmonies of #15B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B08C

Black with #15B08C

Text Example


Text Example

White with #15B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15B08C; }

 p { color: rgb(21,176,140); }

 H1.HeaderClassName
 {
   color: #15B08C;
 }
 .AnyTagClassName
 {
   color: #15B08C;
 }
</style>

background-color css

<style>
 a { background-color: #15B08C; }

 a { background-color: rgb(21,176,140); }

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

border-color css

<style>
 span { border-color: #15B08C; }

 span { border-color: rgb(21,176,140); }

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