#94B5AC

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

Shades of Sea Nymph #94B5AC

Tints of Sea Nymph #94B5AC

Color information

#94B5AC (or 0x94B5AC) is unknown color: approx Sea Nymph. HEX triplet: 94, B5 and AC. RGB value is (148,181,172). Sum of RGB (Red+Green+Blue) = 148+181+172=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B5AC is #6B4A53. Grayscale: #AAAAAA. Windows color (decimal): -7031380 or 11318676. OLE color: 11318676.

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

Color convert

RGB148181172-
CMYK0.1800.050.29
HSL163.64º18.23%64.51%-
HSV(B)163.64º18.23%70.98%-
XYZ36.1842.3245.29-
YUV170.11129.07112.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=29.54%
G=36.13%
B=34.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811720.1800.050.29163.6418.2364.51
Hex94B5AC12051Da41241
Octal22426525422053524422101
Binary1001010010110101101011001001001011110110100100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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