Html Css Color HEX #15A38A Mountain Meadow

📋 copy color: '#15A38A'

red 21 ◦ green 163 ◦ blue 138

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

Shades of Mountain Meadow #15A38A

Tints of Mountain Meadow #15A38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.62%

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

R = 6.52%
G = 50.62%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#15A38A (or 0x15A38A) is known color: Mountain Meadow. HEX triplet: 15, A3 and 8A. RGB value is (21,163,138). Sum of RGB (Red+Green+Blue) = 21+163+138=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #15A38A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A38A is #EA5C75. Grayscale: #757575. Windows color (decimal): -15359094 or 9085717. OLE color: 9085717.

HSL color Cylindrical-coordinate representation of color #15A38A: hue angle of 169.44º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A38A is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 163 138 -
CMYK 0.87 0 0.15 0.36
HSL 169.44º 0.77% 0.36% -
HSV(B) 169.44º 0.87% 0.64% -
XYZ 17.99 28.19 28.54 -
YUV 117.69 139.46 59.03 -
System Red Green Blue C M Y K H S L
Decimal 21 163 138 0.87 0 0.15 0.36 169.44 0.77 0.36
Hex 15 A3 8A 57 0 F 24 A9 4D 24
Octal 25 243 212 127 0 17 44 251 115 44
Binary 10101 10100011 10001010 1010111 0 1111 100100 10101001 1001101 100100

Color Harmonies of #15A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A38A

Black with #15A38A

Text Example


Text Example

White with #15A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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