#94AFAD

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

Shades of Conch #94AFAD

Tints of Conch #94AFAD

Color information

#94AFAD (or 0x94AFAD) is unknown color: approx Conch. HEX triplet: 94, AF and AD. RGB value is (148,175,173). Sum of RGB (Red+Green+Blue) = 148+175+173=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #94AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AFAD is #6B5052. Grayscale: #A6A6A6. Windows color (decimal): -7032915 or 11382676. OLE color: 11382676.

HSL color Cylindrical-coordinate representation of color #94AFAD: hue angle of 175.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AFAD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB148175173-
CMYK0.1500.010.31
HSL175.56º14.44%63.33%-
HSV(B)175.56º15.43%68.63%-
XYZ35.0939.9745.4-
YUV166.7131.55114.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=29.84%
G=35.28%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751730.1500.010.31175.5614.4463.33
Hex94AFADF011Fb0e3f
Octal2242572551701372601677
Binary10010100101011111010110111110111111101100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AFAD; }

 p { color: rgb(148,175,173); }

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

<style>
 a { background-color: #94AFAD; }

 a { background-color: rgb(148,175,173); }

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

<style>
 span { border-color: #94AFAD; }

 span { border-color: rgb(148,175,173); }

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