#91AEA4

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

Shades of Sea Nymph #91AEA4

Tints of Sea Nymph #91AEA4

Color information

#91AEA4 (or 0x91AEA4) is unknown color: approx Sea Nymph. HEX triplet: 91, AE and A4. RGB value is (145,174,164). Sum of RGB (Red+Green+Blue) = 145+174+164=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #91AEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AEA4 is #6E515B. Grayscale: #A4A4A4. Windows color (decimal): -7229788 or 10792593. OLE color: 10792593.

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

Color convert

RGB145174164-
CMYK0.1700.060.32
HSL159.31º15.18%62.55%-
HSV(B)159.31º16.67%68.24%-
XYZ33.5138.9740.88-
YUV164.19127.89114.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=30.02%
G=36.02%
B=33.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451741640.1700.060.32159.3115.1862.55
Hex91AEA41106209ff3f
Octal2212562442106402371777
Binary100100011010111010100100100010110100000100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AEA4; }

 p { color: rgb(145,174,164); }

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

<style>
 a { background-color: #91AEA4; }

 a { background-color: rgb(145,174,164); }

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

<style>
 span { border-color: #91AEA4; }

 span { border-color: rgb(145,174,164); }

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