#93B0AB

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

Shades of Conch #93B0AB

Tints of Conch #93B0AB

Color information

#93B0AB (or 0x93B0AB) is unknown color: approx Conch. HEX triplet: 93, B0 and AB. RGB value is (147,176,171). Sum of RGB (Red+Green+Blue) = 147+176+171=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #93B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B0AB is #6C4F54. Grayscale: #A6A6A6. Windows color (decimal): -7098197 or 11251859. OLE color: 11251859.

HSL color Cylindrical-coordinate representation of color #93B0AB: hue angle of 169.66º 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 #93B0AB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB147176171-
CMYK0.1600.030.31
HSL169.66º15.51%63.33%-
HSV(B)169.66º16.48%69.02%-
XYZ34.9140.1944.45-
YUV166.76130.39113.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=29.76%
G=35.63%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761710.1600.030.31169.6615.5163.33
Hex93B0AB10031Faa103f
Octal2232602532003372522077
Binary10010011101100001010101110000011111111010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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