#93AFAB

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

Shades of Conch #93AFAB

Tints of Conch #93AFAB

Color information

#93AFAB (or 0x93AFAB) is unknown color: approx Conch. HEX triplet: 93, AF and AB. RGB value is (147,175,171). Sum of RGB (Red+Green+Blue) = 147+175+171=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAB is #6C5054. Grayscale: #A6A6A6. Windows color (decimal): -7098453 or 11251603. OLE color: 11251603.

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

Color convert

RGB147175171-
CMYK0.1600.020.31
HSL171.43º14.89%63.14%-
HSV(B)171.43º16%68.63%-
XYZ34.7139.844.38-
YUV166.17130.72114.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=29.82%
G=35.50%
B=34.69%

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
Decimal1471751710.1600.020.31171.4314.8963.14
Hex93AFAB10021Fabf3f
Octal2232572532002372531777
Binary1001001110101111101010111000001011111101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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