#94B0AE

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

Shades of Conch #94B0AE

Tints of Conch #94B0AE

Color information

#94B0AE (or 0x94B0AE) is unknown color: approx Conch. HEX triplet: 94, B0 and AE. RGB value is (148,176,174). Sum of RGB (Red+Green+Blue) = 148+176+174=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #94B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B0AE is #6B4F51. Grayscale: #A7A7A7. Windows color (decimal): -7032658 or 11448468. OLE color: 11448468.

HSL color Cylindrical-coordinate representation of color #94B0AE: hue angle of 175.71º degrees, saturation: 0.15, 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 #94B0AE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB148176174-
CMYK0.1600.010.31
HSL175.71º15.05%63.53%-
HSV(B)175.71º15.91%69.02%-
XYZ35.3840.445.98-
YUV167.4131.72114.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=29.72%
G=35.34%
B=34.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761740.1600.010.31175.7115.0563.53
Hex94B0AE10011Fb0f40
Octal22426025620013726017100
Binary1001010010110000101011101000001111111011000011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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