Html Css Color HEX #15C08A Mountain Meadow

📋 copy color: '#15C08A'

red 21 ◦ green 192 ◦ blue 138

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

Shades of Mountain Meadow #15C08A

Tints of Mountain Meadow #15C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 5.98%
G = 54.7%
B = 39.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#15C08A (or 0x15C08A) is known color: Mountain Meadow. HEX triplet: 15, C0 and 8A. RGB value is (21,192,138). Sum of RGB (Red+Green+Blue) = 21+192+138=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #15C08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C08A is #EA3F75. Grayscale: #868686. Windows color (decimal): -15351670 or 9093141. OLE color: 9093141.

HSL color Cylindrical-coordinate representation of color #15C08A: hue angle of 161.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C08A is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 192 138 -
CMYK 0.89 0 0.28 0.25
HSL 161.05º 0.8% 0.42% -
HSV(B) 161.05º 0.89% 0.75% -
XYZ 23.75 39.69 30.45 -
YUV 134.72 129.85 46.89 -
System Red Green Blue C M Y K H S L
Decimal 21 192 138 0.89 0 0.28 0.25 161.05 0.8 0.42
Hex 15 C0 8A 59 0 1C 19 A1 50 2A
Octal 25 300 212 131 0 34 31 241 120 52
Binary 10101 11000000 10001010 1011001 0 11100 11001 10100001 1010000 101010

Color Harmonies of #15C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C08A

Black with #15C08A

Text Example


Text Example

White with #15C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,192,138); }

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

background-color css

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

 a { background-color: rgb(21,192,138); }

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

border-color css

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

 span { border-color: rgb(21,192,138); }

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