#95BDAC

Color #95BDAC Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #95BDAC

Tints of Skeptic #95BDAC

Color information

#95BDAC (or 0x95BDAC) is unknown color: approx Skeptic. HEX triplet: 95, BD and AC. RGB value is (149,189,172). Sum of RGB (Red+Green+Blue) = 149+189+172=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDAC is #6A4253. Grayscale: #AFAFAF. Windows color (decimal): -6963796 or 11320725. OLE color: 11320725.

HSL color Cylindrical-coordinate representation of color #95BDAC: hue angle of 154.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BDAC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB149189172-
CMYK0.2100.090.26
HSL154.5º23.26%66.27%-
HSV(B)154.5º21.16%74.12%-
XYZ38.0445.7645.86-
YUV175.1126.25109.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=29.22%
G=37.06%
B=33.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891720.2100.090.26154.523.2666.27
Hex95BDAC15091A9a1742
Octal225275254250113223227102
Binary10010101101111011010110010101010011101010011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,172); }

 H1.HeaderClassName
 {
   color: #95BDAC;
 }
 .AnyTagClassName
 {
   color: #95BDAC;
 }
</style>
background-color css

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

 a { background-color: rgb(149,189,172); }

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

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

 span { border-color: rgb(149,189,172); }

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