#94B6AC

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

Shades of Sea Nymph #94B6AC

Tints of Sea Nymph #94B6AC

Color information

#94B6AC (or 0x94B6AC) is unknown color: approx Sea Nymph. HEX triplet: 94, B6 and AC. RGB value is (148,182,172). Sum of RGB (Red+Green+Blue) = 148+182+172=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #94B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B6AC is #6B4953. Grayscale: #AAAAAA. Windows color (decimal): -7031124 or 11318932. OLE color: 11318932.

HSL color Cylindrical-coordinate representation of color #94B6AC: hue angle of 162.35º 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 #94B6AC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB148182172-
CMYK0.1900.050.29
HSL162.35º18.89%64.71%-
HSV(B)162.35º18.68%71.37%-
XYZ36.3942.7345.36-
YUV170.69128.74111.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=29.48%
G=36.25%
B=34.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821720.1900.050.29162.3518.8964.71
Hex94B6AC13051Da21341
Octal22426625423053524223101
Binary1001010010110110101011001001101011110110100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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