#95C3AC

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

Shades of Skeptic #95C3AC

Tints of Skeptic #95C3AC

Color information

#95C3AC (or 0x95C3AC) is unknown color: approx Skeptic. HEX triplet: 95, C3 and AC. RGB value is (149,195,172). Sum of RGB (Red+Green+Blue) = 149+195+172=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C3AC is #6A3C53. Grayscale: #B2B2B2. Windows color (decimal): -6962260 or 11322261. OLE color: 11322261.

HSL color Cylindrical-coordinate representation of color #95C3AC: hue angle of 150º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3AC is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB149195172-
CMYK0.2400.120.24
HSL150º27.71%67.45%-
HSV(B)150º23.59%76.47%-
XYZ39.3648.446.3-
YUV178.62124.26106.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=28.88%
G=37.79%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951720.2400.120.2415027.7167.45
Hex95C3AC180C18961c43
Octal225303254300143022634103
Binary10010101110000111010110011000011001100010010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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