#93B0AD

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

Shades of Conch #93B0AD

Tints of Conch #93B0AD

Color information

#93B0AD (or 0x93B0AD) is unknown color: approx Conch. HEX triplet: 93, B0 and AD. RGB value is (147,176,173). Sum of RGB (Red+Green+Blue) = 147+176+173=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #93B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B0AD is #6C4F52. Grayscale: #A6A6A6. Windows color (decimal): -7098195 or 11382931. OLE color: 11382931.

HSL color Cylindrical-coordinate representation of color #93B0AD: hue angle of 173.79º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93B0AD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB147176173-
CMYK0.1600.020.31
HSL173.79º15.51%63.33%-
HSV(B)173.79º16.48%69.02%-
XYZ35.140.2745.46-
YUV166.99131.39113.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=29.64%
G=35.48%
B=34.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761730.1600.020.31173.7915.5163.33
Hex93B0AD10021Fae103f
Octal2232602552002372562077
Binary10010011101100001010110110000010111111010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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