#93C3AD

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

Shades of Skeptic #93C3AD

Tints of Skeptic #93C3AD

Color information

#93C3AD (or 0x93C3AD) is unknown color: approx Skeptic. HEX triplet: 93, C3 and AD. RGB value is (147,195,173). Sum of RGB (Red+Green+Blue) = 147+195+173=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C3AD is #6C3C52. Grayscale: #B2B2B2. Windows color (decimal): -7093331 or 11387795. OLE color: 11387795.

HSL color Cylindrical-coordinate representation of color #93C3AD: hue angle of 152.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C3AD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB147195173-
CMYK0.2500.110.24
HSL152.5º28.57%67.06%-
HSV(B)152.5º24.62%76.47%-
XYZ39.0948.2546.79-
YUV178.14125.1105.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=28.54%
G=37.86%
B=33.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951730.2500.110.24152.528.5767.06
Hex93C3AD190B18981d43
Octal223303255310133023035103
Binary10010011110000111010110111001010111100010011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93C3AD; }

 p { color: rgb(147,195,173); }

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

<style>
 a { background-color: #93C3AD; }

 a { background-color: rgb(147,195,173); }

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

<style>
 span { border-color: #93C3AD; }

 span { border-color: rgb(147,195,173); }

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