#91B4AF

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

Shades of Conch #91B4AF

Tints of Conch #91B4AF

Color information

#91B4AF (or 0x91B4AF) is unknown color: approx Conch. HEX triplet: 91, B4 and AF. RGB value is (145,180,175). Sum of RGB (Red+Green+Blue) = 145+180+175=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #91B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B4AF is #6E4B50. Grayscale: #A8A8A8. Windows color (decimal): -7228241 or 11515025. OLE color: 11515025.

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

Color convert

RGB145180175-
CMYK0.1900.030.29
HSL171.43º18.92%63.73%-
HSV(B)171.43º19.44%70.59%-
XYZ35.7441.7646.73-
YUV168.96131.4110.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 175 (68.75% from 255) = 35%
R=29%
G=36%
B=35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451801750.1900.030.29171.4318.9263.73
Hex91B4AF13031Dab1340
Octal22126425723033525323100
Binary100100011011010010101111100110111110110101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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