#94B1AA

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

Shades of Sea Nymph #94B1AA

Tints of Sea Nymph #94B1AA

Color information

#94B1AA (or 0x94B1AA) is unknown color: approx Sea Nymph. HEX triplet: 94, B1 and AA. RGB value is (148,177,170). Sum of RGB (Red+Green+Blue) = 148+177+170=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #94B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B1AA is #6B4E55. Grayscale: #A7A7A7. Windows color (decimal): -7032406 or 11186580. OLE color: 11186580.

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

Color convert

RGB148177170-
CMYK0.1600.040.31
HSL165.52º15.68%63.73%-
HSV(B)165.52º16.38%69.41%-
XYZ35.1940.6444.02-
YUV167.53129.39114.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=29.90%
G=35.76%
B=34.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771700.1600.040.31165.5215.6863.73
Hex94B1AA10041Fa61040
Octal22426125220043724620100
Binary1001010010110001101010101000001001111110100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,170); }

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

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

 a { background-color: rgb(148,177,170); }

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

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

 span { border-color: rgb(148,177,170); }

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