Html Css Color HEX #15B085 Mountain Meadow

📋 copy color: '#15B085'

red 21 ◦ green 176 ◦ blue 133

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

Shades of Mountain Meadow #15B085

Tints of Mountain Meadow #15B085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 6.36%
G = 53.33%
B = 40.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#15B085 (or 0x15B085) is known color: Mountain Meadow. HEX triplet: 15, B0 and 85. RGB value is (21,176,133). Sum of RGB (Red+Green+Blue) = 21+176+133=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #15B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15B085 is #EA4F7A. Grayscale: #7C7C7C. Windows color (decimal): -15355771 or 8761365. OLE color: 8761365.

HSL color Cylindrical-coordinate representation of color #15B085: hue angle of 163.35º 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 #15B085 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 176 133 -
CMYK 0.88 0 0.24 0.31
HSL 163.35º 0.79% 0.39% -
HSV(B) 163.35º 0.88% 0.69% -
XYZ 20.07 32.9 27.48 -
YUV 124.75 132.65 54 -
System Red Green Blue C M Y K H S L
Decimal 21 176 133 0.88 0 0.24 0.31 163.35 0.79 0.39
Hex 15 B0 85 58 0 18 1F A3 4F 27
Octal 25 260 205 130 0 30 37 243 117 47
Binary 10101 10110000 10000101 1011000 0 11000 11111 10100011 1001111 100111

Color Harmonies of #15B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B085

Black with #15B085

Text Example


Text Example

White with #15B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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