#94B1AE

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

Shades of Conch #94B1AE

Tints of Conch #94B1AE

Color information

#94B1AE (or 0x94B1AE) is unknown color: approx Conch. HEX triplet: 94, B1 and AE. RGB value is (148,177,174). Sum of RGB (Red+Green+Blue) = 148+177+174=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #94B1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B1AE is #6B4E51. Grayscale: #A7A7A7. Windows color (decimal): -7032402 or 11448724. OLE color: 11448724.

HSL color Cylindrical-coordinate representation of color #94B1AE: hue angle of 173.79º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B1AE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB148177174-
CMYK0.1600.020.31
HSL173.79º15.68%63.73%-
HSV(B)173.79º16.38%69.41%-
XYZ35.5740.846.04-
YUV167.99131.39113.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=29.66%
G=35.47%
B=34.87%

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
Decimal1481771740.1600.020.31173.7915.6863.73
Hex94B1AE10021Fae1040
Octal22426125620023725620100
Binary100101001011000110101110100000101111110101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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