#93B5AD

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

Shades of Conch #93B5AD

Tints of Conch #93B5AD

Color information

#93B5AD (or 0x93B5AD) is unknown color: approx Conch. HEX triplet: 93, B5 and AD. RGB value is (147,181,173). Sum of RGB (Red+Green+Blue) = 147+181+173=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5AD is #6C4A52. Grayscale: #A9A9A9. Windows color (decimal): -7096915 or 11384211. OLE color: 11384211.

HSL color Cylindrical-coordinate representation of color #93B5AD: hue angle of 165.88º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B5AD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB147181173-
CMYK0.1900.040.29
HSL165.88º18.68%64.31%-
HSV(B)165.88º18.78%70.98%-
XYZ36.142.2745.79-
YUV169.92129.74111.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=29.34%
G=36.13%
B=34.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811730.1900.040.29165.8818.6864.31
Hex93B5AD13041Da61340
Octal22326525523043524623100
Binary1001001110110101101011011001101001110110100110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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