Html Css Color HEX #15A28A Mountain Meadow

📋 copy color: '#15A28A'

red 21 ◦ green 162 ◦ blue 138

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

Shades of Mountain Meadow #15A28A

Tints of Mountain Meadow #15A28A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

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

R = 6.54%
G = 50.47%
B = 42.99%

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

#15A28A (or 0x15A28A) is known color: Mountain Meadow. HEX triplet: 15, A2 and 8A. RGB value is (21,162,138). Sum of RGB (Red+Green+Blue) = 21+162+138=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #15A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A28A is #EA5D75. Grayscale: #757575. Windows color (decimal): -15359350 or 9085461. OLE color: 9085461.

HSL color Cylindrical-coordinate representation of color #15A28A: hue angle of 169.79º 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 #15A28A is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 162 138 -
CMYK 0.87 0 0.15 0.36
HSL 169.79º 0.77% 0.36% -
HSV(B) 169.79º 0.87% 0.64% -
XYZ 17.82 27.84 28.48 -
YUV 117.11 139.79 59.45 -
System Red Green Blue C M Y K H S L
Decimal 21 162 138 0.87 0 0.15 0.36 169.79 0.77 0.36
Hex 15 A2 8A 57 0 F 24 AA 4D 24
Octal 25 242 212 127 0 17 44 252 115 44
Binary 10101 10100010 10001010 1010111 0 1111 100100 10101010 1001101 100100

Color Harmonies of #15A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A28A

Black with #15A28A

Text Example


Text Example

White with #15A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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