#95BBAD

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

Shades of Skeptic #95BBAD

Tints of Skeptic #95BBAD

Color information

#95BBAD (or 0x95BBAD) is unknown color: approx Skeptic. HEX triplet: 95, BB and AD. RGB value is (149,187,173). Sum of RGB (Red+Green+Blue) = 149+187+173=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BBAD is #6A4452. Grayscale: #AEAEAE. Windows color (decimal): -6964307 or 11385749. OLE color: 11385749.

HSL color Cylindrical-coordinate representation of color #95BBAD: hue angle of 157.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BBAD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB149187173-
CMYK0.2000.070.27
HSL157.89º21.84%65.88%-
HSV(B)157.89º20.32%73.33%-
XYZ37.7144.9546.22-
YUV174.04127.41110.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=29.27%
G=36.74%
B=33.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871730.2000.070.27157.8921.8465.88
Hex95BBAD14071B9e1642
Octal22527325524073323626102
Binary1001010110111011101011011010001111101110011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,173); }

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

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

 a { background-color: rgb(149,187,173); }

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

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

 span { border-color: rgb(149,187,173); }

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