#94B5AD

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

Shades of Conch #94B5AD

Tints of Conch #94B5AD

Color information

#94B5AD (or 0x94B5AD) is unknown color: approx Conch. HEX triplet: 94, B5 and AD. RGB value is (148,181,173). Sum of RGB (Red+Green+Blue) = 148+181+173=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B5AD is #6B4A52. Grayscale: #AAAAAA. Windows color (decimal): -7031379 or 11384212. OLE color: 11384212.

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

Color convert

RGB148181173-
CMYK0.1800.040.29
HSL165.45º18.23%64.51%-
HSV(B)165.45º18.23%70.98%-
XYZ36.2842.3645.8-
YUV170.22129.57112.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=29.48%
G=36.06%
B=34.46%

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
Decimal1481811730.1800.040.29165.4518.2364.51
Hex94B5AD12041Da51241
Octal22426525522043524522101
Binary1001010010110101101011011001001001110110100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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