#91B0AD

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

Shades of Conch #91B0AD

Tints of Conch #91B0AD

Color information

#91B0AD (or 0x91B0AD) is unknown color: approx Conch. HEX triplet: 91, B0 and AD. RGB value is (145,176,173). Sum of RGB (Red+Green+Blue) = 145+176+173=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #91B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B0AD is #6E4F52. Grayscale: #A6A6A6. Windows color (decimal): -7229267 or 11382929. OLE color: 11382929.

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

Color convert

RGB145176173-
CMYK0.1800.020.31
HSL174.19º16.4%62.94%-
HSV(B)174.19º17.61%69.02%-
XYZ34.7540.0945.44-
YUV166.39131.73112.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=29.35%
G=35.63%
B=35.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451761730.1800.020.31174.1916.462.94
Hex91B0AD12021Fae103f
Octal2212602552202372562077
Binary10010001101100001010110110010010111111010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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