#94B5AF

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

Shades of Conch #94B5AF

Tints of Conch #94B5AF

Color information

#94B5AF (or 0x94B5AF) is unknown color: approx Conch. HEX triplet: 94, B5 and AF. RGB value is (148,181,175). Sum of RGB (Red+Green+Blue) = 148+181+175=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B5AF is #6B4A50. Grayscale: #AAAAAA. Windows color (decimal): -7031377 or 11515284. OLE color: 11515284.

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

Color convert

RGB148181175-
CMYK0.1800.030.29
HSL169.09º18.23%64.51%-
HSV(B)169.09º18.23%70.98%-
XYZ36.4742.4446.83-
YUV170.45130.57111.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=29.37%
G=35.91%
B=34.72%

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
Decimal1481811750.1800.030.29169.0918.2364.51
Hex94B5AF12031Da91241
Octal22426525722033525122101
Binary100101001011010110101111100100111110110101001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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