#95BDAB

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

Shades of Skeptic #95BDAB

Tints of Skeptic #95BDAB

Color information

#95BDAB (or 0x95BDAB) is unknown color: approx Skeptic. HEX triplet: 95, BD and AB. RGB value is (149,189,171). Sum of RGB (Red+Green+Blue) = 149+189+171=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDAB is #6A4254. Grayscale: #AFAFAF. Windows color (decimal): -6963797 or 11255189. OLE color: 11255189.

HSL color Cylindrical-coordinate representation of color #95BDAB: hue angle of 153º 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 #95BDAB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB149189171-
CMYK0.2100.100.26
HSL153º23.26%66.27%-
HSV(B)153º21.16%74.12%-
XYZ37.9445.7345.35-
YUV174.99125.75109.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=29.27%
G=37.13%
B=33.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891710.2100.100.2615323.2666.27
Hex95BDAB150A1A991742
Octal225275253250123223127102
Binary10010101101111011010101110101010101101010011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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