#93C1AD

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

Shades of Skeptic #93C1AD

Tints of Skeptic #93C1AD

Color information

#93C1AD (or 0x93C1AD) is unknown color: approx Skeptic. HEX triplet: 93, C1 and AD. RGB value is (147,193,173). Sum of RGB (Red+Green+Blue) = 147+193+173=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C1AD is #6C3E52. Grayscale: #B1B1B1. Windows color (decimal): -7093843 or 11387283. OLE color: 11387283.

HSL color Cylindrical-coordinate representation of color #93C1AD: hue angle of 153.91º degrees, saturation: 0.27, 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 #93C1AD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB147193173-
CMYK0.2400.100.24
HSL153.91º27.06%66.67%-
HSV(B)153.91º23.83%75.69%-
XYZ38.6547.3646.64-
YUV176.97125.76106.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=28.65%
G=37.62%
B=33.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471931730.2400.100.24153.9127.0666.67
Hex93C1AD180A189a1b43
Octal223301255300123023233103
Binary10010011110000011010110111000010101100010011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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