#93B5B2

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

Shades of Conch #93B5B2

Tints of Conch #93B5B2

Color information

#93B5B2 (or 0x93B5B2) is unknown color: approx Conch. HEX triplet: 93, B5 and B2. RGB value is (147,181,178). Sum of RGB (Red+Green+Blue) = 147+181+178=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5B2 is #6C4A4D. Grayscale: #AAAAAA. Windows color (decimal): -7096910 or 11711891. OLE color: 11711891.

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

Color convert

RGB147181178-
CMYK0.1900.020.29
HSL174.71º18.68%64.31%-
HSV(B)174.71º18.78%70.98%-
XYZ36.5942.4748.39-
YUV170.49132.24111.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=29.05%
G=35.77%
B=35.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811780.1900.020.29174.7118.6864.31
Hex93B5B213021Daf1340
Octal22326526223023525723100
Binary100100111011010110110010100110101110110101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B5B2; }

 p { color: rgb(147,181,178); }

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

<style>
 a { background-color: #93B5B2; }

 a { background-color: rgb(147,181,178); }

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

<style>
 span { border-color: #93B5B2; }

 span { border-color: rgb(147,181,178); }

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