#94AEA7

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

Shades of Sea Nymph #94AEA7

Tints of Sea Nymph #94AEA7

Color information

#94AEA7 (or 0x94AEA7) is unknown color: approx Sea Nymph. HEX triplet: 94, AE and A7. RGB value is (148,174,167). Sum of RGB (Red+Green+Blue) = 148+174+167=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #94AEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AEA7 is #6B5158. Grayscale: #A5A5A5. Windows color (decimal): -7033177 or 10989204. OLE color: 10989204.

HSL color Cylindrical-coordinate representation of color #94AEA7: hue angle of 163.85º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AEA7 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB148174167-
CMYK0.1500.040.32
HSL163.85º13.83%63.14%-
HSV(B)163.85º14.94%68.24%-
XYZ34.3239.3642.35-
YUV165.43128.89115.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=30.27%
G=35.58%
B=34.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741670.1500.040.32163.8513.8363.14
Hex94AEA7F0420a4e3f
Octal2242562471704402441677
Binary10010100101011101010011111110100100000101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,167); }

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

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

 a { background-color: rgb(148,174,167); }

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

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

 span { border-color: rgb(148,174,167); }

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