#91B3B0

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

Shades of Conch #91B3B0

Tints of Conch #91B3B0

Color information

#91B3B0 (or 0x91B3B0) is unknown color: approx Conch. HEX triplet: 91, B3 and B0. RGB value is (145,179,176). Sum of RGB (Red+Green+Blue) = 145+179+176=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #91B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B3B0 is #6E4C4F. Grayscale: #A8A8A8. Windows color (decimal): -7228496 or 11580305. OLE color: 11580305.

HSL color Cylindrical-coordinate representation of color #91B3B0: hue angle of 174.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B3B0 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB145179176-
CMYK0.1900.020.30
HSL174.71º18.28%63.53%-
HSV(B)174.71º18.99%70.2%-
XYZ35.6341.3947.19-
YUV168.49132.24111.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=29%
G=35.8%
B=35.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451791760.1900.020.30174.7118.2863.53
Hex91B3B013021Eaf1240
Octal22126326023023625722100
Binary100100011011001110110000100110101111010101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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