#91B6B2

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

Shades of Conch #91B6B2

Tints of Conch #91B6B2

Color information

#91B6B2 (or 0x91B6B2) is unknown color: approx Conch. HEX triplet: 91, B6 and B2. RGB value is (145,182,178). Sum of RGB (Red+Green+Blue) = 145+182+178=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #91B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B6B2 is #6E494D. Grayscale: #AAAAAA. Windows color (decimal): -7227726 or 11712145. OLE color: 11712145.

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

Color convert

RGB145182178-
CMYK0.2000.020.29
HSL173.51º20.22%64.12%-
HSV(B)173.51º20.33%71.37%-
XYZ36.4442.6948.44-
YUV170.48132.24109.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=28.71%
G=36.04%
B=35.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451821780.2000.020.29173.5120.2264.12
Hex91B6B214021Dae1440
Octal22126626224023525624100
Binary100100011011011010110010101000101110110101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,182,178); }

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

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

 a { background-color: rgb(145,182,178); }

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

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

 span { border-color: rgb(145,182,178); }

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