#9AAFAB

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

Shades of Conch #9AAFAB

Tints of Conch #9AAFAB

Color information

#9AAFAB (or 0x9AAFAB) is unknown color: approx Conch. HEX triplet: 9A, AF and AB. RGB value is (154,175,171). Sum of RGB (Red+Green+Blue) = 154+175+171=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFAB is #655054. Grayscale: #A8A8A8. Windows color (decimal): -6639701 or 11251610. OLE color: 11251610.

HSL color Cylindrical-coordinate representation of color #9AAFAB: hue angle of 168.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAFAB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB154175171-
CMYK0.1200.020.31
HSL168.57º11.6%64.51%-
HSV(B)168.57º12%68.63%-
XYZ36.0140.4744.44-
YUV168.26129.54117.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=30.8%
G=35%
B=34.2%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751710.1200.020.31168.5711.664.51
Hex9AAFABC021Fa9c41
Octal23225725314023725114101
Binary1001101010101111101010111100010111111010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,171); }

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

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

 a { background-color: rgb(154,175,171); }

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

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

 span { border-color: rgb(154,175,171); }

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