#94B4AE

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

Shades of Conch #94B4AE

Tints of Conch #94B4AE

Color information

#94B4AE (or 0x94B4AE) is unknown color: approx Conch. HEX triplet: 94, B4 and AE. RGB value is (148,180,174). Sum of RGB (Red+Green+Blue) = 148+180+174=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #94B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B4AE is #6B4B51. Grayscale: #A9A9A9. Windows color (decimal): -7031634 or 11449492. OLE color: 11449492.

HSL color Cylindrical-coordinate representation of color #94B4AE: hue angle of 168.75º 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 #94B4AE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB148180174-
CMYK0.1800.030.29
HSL168.75º17.58%64.31%-
HSV(B)168.75º17.78%70.59%-
XYZ36.1741.9946.24-
YUV169.75130.4112.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=29.48%
G=35.86%
B=34.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801740.1800.030.29168.7517.5864.31
Hex94B4AE12031Da91240
Octal22426425622033525122100
Binary100101001011010010101110100100111110110101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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