#91ABA6

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

Shades of Sea Nymph #91ABA6

Tints of Sea Nymph #91ABA6

Color information

#91ABA6 (or 0x91ABA6) is unknown color: approx Sea Nymph. HEX triplet: 91, AB and A6. RGB value is (145,171,166). Sum of RGB (Red+Green+Blue) = 145+171+166=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #91ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ABA6 is #6E5459. Grayscale: #A2A2A2. Windows color (decimal): -7230554 or 10922897. OLE color: 10922897.

HSL color Cylindrical-coordinate representation of color #91ABA6: hue angle of 168.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91ABA6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB145171166-
CMYK0.1500.030.33
HSL168.46º13.4%61.96%-
HSV(B)168.46º15.2%67.06%-
XYZ33.1237.941.65-
YUV162.66129.89115.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=30.08%
G=35.48%
B=34.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451711660.1500.030.33168.4613.461.96
Hex91ABA6F0321a8d3e
Octal2212532461703412501576
Binary1001000110101011101001101111011100001101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,171,166); }

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

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

 a { background-color: rgb(145,171,166); }

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

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

 span { border-color: rgb(145,171,166); }

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