#9BAEAC

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

Shades of Conch #9BAEAC

Tints of Conch #9BAEAC

Color information

#9BAEAC (or 0x9BAEAC) is unknown color: approx Conch. HEX triplet: 9B, AE and AC. RGB value is (155,174,172). Sum of RGB (Red+Green+Blue) = 155+174+172=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEAC is #645153. Grayscale: #A8A8A8. Windows color (decimal): -6574420 or 11316891. OLE color: 11316891.

HSL color Cylindrical-coordinate representation of color #9BAEAC: hue angle of 173.68º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEAC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB155174172-
CMYK0.1100.010.32
HSL173.68º10.5%64.51%-
HSV(B)173.68º10.92%68.24%-
XYZ36.140.2244.89-
YUV168.09130.21118.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=30.94%
G=34.73%
B=34.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741720.1100.010.32173.6810.564.51
Hex9BAEACB0120aea41
Octal23325625413014025612101
Binary1001101110101110101011001011011000001010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAEAC; }

 p { color: rgb(155,174,172); }

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

<style>
 a { background-color: #9BAEAC; }

 a { background-color: rgb(155,174,172); }

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

<style>
 span { border-color: #9BAEAC; }

 span { border-color: rgb(155,174,172); }

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