#94B6AF

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

Shades of Conch #94B6AF

Tints of Conch #94B6AF

Color information

#94B6AF (or 0x94B6AF) is unknown color: approx Conch. HEX triplet: 94, B6 and AF. RGB value is (148,182,175). Sum of RGB (Red+Green+Blue) = 148+182+175=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #94B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B6AF is #6B4950. Grayscale: #ABABAB. Windows color (decimal): -7031121 or 11515540. OLE color: 11515540.

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

Color convert

RGB148182175-
CMYK0.1900.040.29
HSL167.65º18.89%64.71%-
HSV(B)167.65º18.68%71.37%-
XYZ36.6842.8546.89-
YUV171.04130.24111.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=29.31%
G=36.04%
B=34.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821750.1900.040.29167.6518.8964.71
Hex94B6AF13041Da81341
Octal22426625723043525023101
Binary1001010010110110101011111001101001110110101000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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