#96B8B4

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

Shades of Conch #96B8B4

Tints of Conch #96B8B4

Color information

#96B8B4 (or 0x96B8B4) is unknown color: approx Conch. HEX triplet: 96, B8 and B4. RGB value is (150,184,180). Sum of RGB (Red+Green+Blue) = 150+184+180=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #96B8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8B4 is #69474B. Grayscale: #ADADAD. Windows color (decimal): -6899532 or 11843734. OLE color: 11843734.

HSL color Cylindrical-coordinate representation of color #96B8B4: hue angle of 172.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B8B4 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB150184180-
CMYK0.1800.020.28
HSL172.94º19.32%65.49%-
HSV(B)172.94º18.48%72.16%-
XYZ37.9644.0649.68-
YUV173.38131.74111.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=29.18%
G=35.80%
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.28
SystemRedGreenBlueCMYKHSL
Decimal1501841800.1800.020.28172.9419.3265.49
Hex96B8B412021Cad1341
Octal22627026422023425523101
Binary100101101011100010110100100100101110010101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B8B4; }

 p { color: rgb(150,184,180); }

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

<style>
 a { background-color: #96B8B4; }

 a { background-color: rgb(150,184,180); }

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

<style>
 span { border-color: #96B8B4; }

 span { border-color: rgb(150,184,180); }

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