Html Css Color HEX #95A38D Mantle

📋 copy color: '#95A38D'

red 149 ◦ green 163 ◦ blue 141

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

Shades of Mantle #95A38D

Tints of Mantle #95A38D

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

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

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 32.89%
G = 35.98%
B = 31.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#95A38D (or 0x95A38D) is known color: Mantle. HEX triplet: 95, A3 and 8D. RGB value is (149,163,141). Sum of RGB (Red+Green+Blue) = 149+163+141=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #95A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A38D is #6A5C72. Grayscale: #9C9C9C. Windows color (decimal): -6970483 or 9282453. OLE color: 9282453.

HSL color Cylindrical-coordinate representation of color #95A38D: hue angle of 98.18º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95A38D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 141 -
CMYK 0.09 0 0.13 0.36
HSL 98.18º 0.11% 0.6% -
HSV(B) 98.18º 0.13% 0.64% -
XYZ 30.3 34.51 30.26 -
YUV 156.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 149 163 141 0.09 0 0.13 0.36 98.18 0.11 0.6
Hex 95 A3 8D 9 0 D 24 62 B 3C
Octal 225 243 215 11 0 15 44 142 13 74
Binary 10010101 10100011 10001101 1001 0 1101 100100 1100010 1011 111100

Color Harmonies of #95A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A38D

Black with #95A38D

Text Example


Text Example

White with #95A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A38D; }

 p { color: rgb(149,163,141); }

 H1.HeaderClassName
 {
   color: #95A38D;
 }
 .AnyTagClassName
 {
   color: #95A38D;
 }
</style>

background-color css

<style>
 a { background-color: #95A38D; }

 a { background-color: rgb(149,163,141); }

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

border-color css

<style>
 span { border-color: #95A38D; }

 span { border-color: rgb(149,163,141); }

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