#95B6AE

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

Shades of Conch #95B6AE

Tints of Conch #95B6AE

Color information

#95B6AE (or 0x95B6AE) is unknown color: approx Conch. HEX triplet: 95, B6 and AE. RGB value is (149,182,174). Sum of RGB (Red+Green+Blue) = 149+182+174=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #95B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B6AE is #6A4951. Grayscale: #ABABAB. Windows color (decimal): -6965586 or 11450005. OLE color: 11450005.

HSL color Cylindrical-coordinate representation of color #95B6AE: hue angle of 165.45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B6AE is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB149182174-
CMYK0.1800.040.29
HSL165.45º18.44%64.9%-
HSV(B)165.45º18.13%71.37%-
XYZ36.7642.946.39-
YUV171.22129.57112.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=29.50%
G=36.04%
B=34.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821740.1800.040.29165.4518.4464.9
Hex95B6AE12041Da51241
Octal22526625622043524522101
Binary1001010110110110101011101001001001110110100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B6AE; }

 p { color: rgb(149,182,174); }

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

<style>
 a { background-color: #95B6AE; }

 a { background-color: rgb(149,182,174); }

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

<style>
 span { border-color: #95B6AE; }

 span { border-color: rgb(149,182,174); }

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