#95C0AD

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

Shades of Skeptic #95C0AD

Tints of Skeptic #95C0AD

Color information

#95C0AD (or 0x95C0AD) is unknown color: approx Skeptic. HEX triplet: 95, C0 and AD. RGB value is (149,192,173). Sum of RGB (Red+Green+Blue) = 149+192+173=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C0AD is #6A3F52. Grayscale: #B1B1B1. Windows color (decimal): -6963027 or 11387029. OLE color: 11387029.

HSL color Cylindrical-coordinate representation of color #95C0AD: hue angle of 153.49º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C0AD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB149192173-
CMYK0.2200.100.25
HSL153.49º25.44%66.86%-
HSV(B)153.49º22.4%75.29%-
XYZ38.7947.1146.58-
YUV176.98125.75108.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=28.99%
G=37.35%
B=33.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921730.2200.100.25153.4925.4466.86
Hex95C0AD160A19991943
Octal225300255260123123131103
Binary10010101110000001010110110110010101100110011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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