#93BCAD

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

Shades of Skeptic #93BCAD

Tints of Skeptic #93BCAD

Color information

#93BCAD (or 0x93BCAD) is unknown color: approx Skeptic. HEX triplet: 93, BC and AD. RGB value is (147,188,173). Sum of RGB (Red+Green+Blue) = 147+188+173=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BCAD is #6C4352. Grayscale: #AEAEAE. Windows color (decimal): -7095123 or 11386003. OLE color: 11386003.

HSL color Cylindrical-coordinate representation of color #93BCAD: hue angle of 158.05º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCAD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB147188173-
CMYK0.2200.080.26
HSL158.05º23.43%65.69%-
HSV(B)158.05º21.81%73.73%-
XYZ37.5645.1946.28-
YUV174.03127.42108.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=28.94%
G=37.01%
B=34.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881730.2200.080.26158.0523.4365.69
Hex93BCAD16081A9e1742
Octal223274255260103223627102
Binary10010011101111001010110110110010001101010011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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