#91B4A9

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

Shades of Sea Nymph #91B4A9

Tints of Sea Nymph #91B4A9

Color information

#91B4A9 (or 0x91B4A9) is unknown color: approx Sea Nymph. HEX triplet: 91, B4 and A9. RGB value is (145,180,169). Sum of RGB (Red+Green+Blue) = 145+180+169=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4A9 is #6E4B56. Grayscale: #A8A8A8. Windows color (decimal): -7228247 or 11121809. OLE color: 11121809.

HSL color Cylindrical-coordinate representation of color #91B4A9: hue angle of 161.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B4A9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB145180169-
CMYK0.1900.060.29
HSL161.14º18.92%63.73%-
HSV(B)161.14º19.44%70.59%-
XYZ35.1641.5343.7-
YUV168.28128.4111.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=29.35%
G=36.44%
B=34.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451801690.1900.060.29161.1418.9263.73
Hex91B4A913061Da11340
Octal22126425123063524123100
Binary1001000110110100101010011001101101110110100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,180,169); }

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

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

 a { background-color: rgb(145,180,169); }

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

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

 span { border-color: rgb(145,180,169); }

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