#93B9AA

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

Shades of Skeptic #93B9AA

Tints of Skeptic #93B9AA

Color information

#93B9AA (or 0x93B9AA) is unknown color: approx Skeptic. HEX triplet: 93, B9 and AA. RGB value is (147,185,170). Sum of RGB (Red+Green+Blue) = 147+185+170=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B9AA is #6C4655. Grayscale: #ABABAB. Windows color (decimal): -7095894 or 11188627. OLE color: 11188627.

HSL color Cylindrical-coordinate representation of color #93B9AA: hue angle of 156.32º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B9AA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB147185170-
CMYK0.2100.080.27
HSL156.32º21.35%65.1%-
HSV(B)156.32º20.54%72.55%-
XYZ36.6443.844.55-
YUV171.93126.91110.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=29.28%
G=36.85%
B=33.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851700.2100.080.27156.3221.3565.1
Hex93B9AA15081B9c1541
Octal223271252250103323425101
Binary10010011101110011010101010101010001101110011100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,185,170); }

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

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

 a { background-color: rgb(147,185,170); }

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

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

 span { border-color: rgb(147,185,170); }

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