#9AAFAD

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

Shades of Conch #9AAFAD

Tints of Conch #9AAFAD

Color information

#9AAFAD (or 0x9AAFAD) is unknown color: approx Conch. HEX triplet: 9A, AF and AD. RGB value is (154,175,173). Sum of RGB (Red+Green+Blue) = 154+175+173=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFAD is #655052. Grayscale: #A8A8A8. Windows color (decimal): -6639699 or 11382682. OLE color: 11382682.

HSL color Cylindrical-coordinate representation of color #9AAFAD: hue angle of 174.29º 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 #9AAFAD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB154175173-
CMYK0.1200.010.31
HSL174.29º11.6%64.51%-
HSV(B)174.29º12%68.63%-
XYZ36.240.5545.45-
YUV168.49130.54117.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=30.68%
G=34.86%
B=34.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751730.1200.010.31174.2911.664.51
Hex9AAFADC011Faec41
Octal23225725514013725614101
Binary100110101010111110101101110001111111010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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