#94B4AD

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

Shades of Conch #94B4AD

Tints of Conch #94B4AD

Color information

#94B4AD (or 0x94B4AD) is unknown color: approx Conch. HEX triplet: 94, B4 and AD. RGB value is (148,180,173). Sum of RGB (Red+Green+Blue) = 148+180+173=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #94B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B4AD is #6B4B52. Grayscale: #A9A9A9. Windows color (decimal): -7031635 or 11383956. OLE color: 11383956.

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

Color convert

RGB148180173-
CMYK0.1800.040.29
HSL166.87º17.58%64.31%-
HSV(B)166.87º17.78%70.59%-
XYZ36.0841.9645.73-
YUV169.63129.9112.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=29.54%
G=35.93%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801730.1800.040.29166.8717.5864.31
Hex94B4AD12041Da71240
Octal22426425522043524722100
Binary1001010010110100101011011001001001110110100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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