#91B4AD

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

Shades of Sea Nymph #91B4AD

Tints of Sea Nymph #91B4AD

Color information

#91B4AD (or 0x91B4AD) is unknown color: approx Sea Nymph. HEX triplet: 91, B4 and AD. RGB value is (145,180,173). Sum of RGB (Red+Green+Blue) = 145+180+173=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4AD is #6E4B52. Grayscale: #A8A8A8. Windows color (decimal): -7228243 or 11383953. OLE color: 11383953.

HSL color Cylindrical-coordinate representation of color #91B4AD: hue angle of 168º 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 #91B4AD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB145180173-
CMYK0.1900.040.29
HSL168º18.92%63.73%-
HSV(B)168º19.44%70.59%-
XYZ35.5441.6845.71-
YUV168.74130.4111.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=29.12%
G=36.14%
B=34.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451801730.1900.040.2916818.9263.73
Hex91B4AD13041Da81340
Octal22126425523043525023100
Binary1001000110110100101011011001101001110110101000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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