#91B4AB

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

Shades of Sea Nymph #91B4AB

Tints of Sea Nymph #91B4AB

Color information

#91B4AB (or 0x91B4AB) is unknown color: approx Sea Nymph. HEX triplet: 91, B4 and AB. RGB value is (145,180,171). Sum of RGB (Red+Green+Blue) = 145+180+171=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4AB is #6E4B54. Grayscale: #A8A8A8. Windows color (decimal): -7228245 or 11252881. OLE color: 11252881.

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

Color convert

RGB145180171-
CMYK0.1900.050.29
HSL164.57º18.92%63.73%-
HSV(B)164.57º19.44%70.59%-
XYZ35.3541.644.7-
YUV168.51129.4111.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=29.23%
G=36.29%
B=34.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451801710.1900.050.29164.5718.9263.73
Hex91B4AB13051Da51340
Octal22126425323053524523100
Binary1001000110110100101010111001101011110110100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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