#91AFA8

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

Shades of Sea Nymph #91AFA8

Tints of Sea Nymph #91AFA8

Color information

#91AFA8 (or 0x91AFA8) is unknown color: approx Sea Nymph. HEX triplet: 91, AF and A8. RGB value is (145,175,168). Sum of RGB (Red+Green+Blue) = 145+175+168=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #91AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AFA8 is #6E5057. Grayscale: #A5A5A5. Windows color (decimal): -7229528 or 11054993. OLE color: 11054993.

HSL color Cylindrical-coordinate representation of color #91AFA8: hue angle of 166º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AFA8 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB145175168-
CMYK0.1700.040.31
HSL166º15.79%62.75%-
HSV(B)166º17.14%68.63%-
XYZ34.0739.5142.88-
YUV165.23129.56113.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=29.71%
G=35.86%
B=34.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451751680.1700.040.3116615.7962.75
Hex91AFA811041Fa6103f
Octal2212572502104372462077
Binary100100011010111110101000100010100111111010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,175,168); }

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

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

 a { background-color: rgb(145,175,168); }

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

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

 span { border-color: rgb(145,175,168); }

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