Html Css Color HEX #9FB0AD Conch

📋 copy color: '#9FB0AD'

red 159 ◦ green 176 ◦ blue 173

#9FB0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9FB0AD

Tints of Conch #9FB0AD

RGB

 RED value IS 159 (62.5% from 255) = 31.3%

 GREEN value IS 176 (69.14% from 255) = 34.65%

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 31.3%
G = 34.65%
B = 34.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#9FB0AD (or 0x9FB0AD) is known color: Conch. HEX triplet: 9F, B0 and AD. RGB value is (159,176,173). Sum of RGB (Red+Green+Blue) = 159+176+173=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0AD is #604F52. Grayscale: #AAAAAA. Windows color (decimal): -6311763 or 11382943. OLE color: 11382943.

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

Color convert

RGB 159 176 173 -
CMYK 0.10 0 0.02 0.31
HSL 169.41º 0.1% 0.66% -
HSV(B) 169.41º 0.1% 0.69% -
XYZ 37.37 41.44 45.56 -
YUV 170.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 159 176 173 0.10 0 0.02 0.31 169.41 0.1 0.66
Hex 9F B0 AD A 0 2 1F A9 A 42
Octal 237 260 255 12 0 2 37 251 12 102
Binary 10011111 10110000 10101101 1010 0 10 11111 10101001 1010 1000010

Color Harmonies of #9FB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0AD

Black with #9FB0AD

Text Example


Text Example

White with #9FB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,173); }

 H1.HeaderClassName
 {
   color: #9FB0AD;
 }
 .AnyTagClassName
 {
   color: #9FB0AD;
 }
</style>

background-color css

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

 a { background-color: rgb(159,176,173); }

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

border-color css

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

 span { border-color: rgb(159,176,173); }

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