Html Css Color HEX #95B6A5 Skeptic

📋 copy color: '#95B6A5'

red 149 ◦ green 182 ◦ blue 165

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

Shades of Skeptic #95B6A5

Tints of Skeptic #95B6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 30.04%
G = 36.69%
B = 33.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#95B6A5 (or 0x95B6A5) is known color: Skeptic. HEX triplet: 95, B6 and A5. RGB value is (149,182,165). Sum of RGB (Red+Green+Blue) = 149+182+165=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #95B6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B6A5 is #6A495A. Grayscale: #AAAAAA. Windows color (decimal): -6965595 or 10860181. OLE color: 10860181.

HSL color Cylindrical-coordinate representation of color #95B6A5: hue angle of 149.09º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B6A5 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 165 -
CMYK 0.18 0 0.09 0.29
HSL 149.09º 0.18% 0.65% -
HSV(B) 149.09º 0.18% 0.71% -
XYZ 35.91 42.56 41.92 -
YUV 170.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 149 182 165 0.18 0 0.09 0.29 149.09 0.18 0.65
Hex 95 B6 A5 12 0 9 1D 95 12 41
Octal 225 266 245 22 0 11 35 225 22 101
Binary 10010101 10110110 10100101 10010 0 1001 11101 10010101 10010 1000001

Color Harmonies of #95B6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6A5

Black with #95B6A5

Text Example


Text Example

White with #95B6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,165); }

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

background-color css

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

 a { background-color: rgb(149,182,165); }

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

border-color css

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

 span { border-color: rgb(149,182,165); }

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