#94B0AF

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

Shades of Conch #94B0AF

Tints of Conch #94B0AF

Color information

#94B0AF (or 0x94B0AF) is unknown color: approx Conch. HEX triplet: 94, B0 and AF. RGB value is (148,176,175). Sum of RGB (Red+Green+Blue) = 148+176+175=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #94B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B0AF is #6B4F50. Grayscale: #A7A7A7. Windows color (decimal): -7032657 or 11514004. OLE color: 11514004.

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

Color convert

RGB148176175-
CMYK0.1600.010.31
HSL177.86º15.05%63.53%-
HSV(B)177.86º15.91%69.02%-
XYZ35.4840.4446.49-
YUV167.51132.22114.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=29.66%
G=35.27%
B=35.07%

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
Decimal1481761750.1600.010.31177.8615.0563.53
Hex94B0AF10011Fb2f40
Octal22426025720013726217100
Binary1001010010110000101011111000001111111011001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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