Html Css Color HEX #9FAFAE Conch

📋 copy color: '#9FAFAE'

red 159 ◦ green 175 ◦ blue 174

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

Shades of Conch #9FAFAE

Tints of Conch #9FAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 174 (68.36% from 255) = 34.25%

R = 31.3%
G = 34.45%
B = 34.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#9FAFAE (or 0x9FAFAE) is known color: Conch. HEX triplet: 9F, AF and AE. RGB value is (159,175,174). Sum of RGB (Red+Green+Blue) = 159+175+174=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFAE is #605051. Grayscale: #AAAAAA. Windows color (decimal): -6312018 or 11448223. OLE color: 11448223.

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

Color convert

RGB 159 175 174 -
CMYK 0.09 0 0.01 0.31
HSL 176.25º 0.09% 0.65% -
HSV(B) 176.25º 0.09% 0.69% -
XYZ 37.27 41.09 46.01 -
YUV 170.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 159 175 174 0.09 0 0.01 0.31 176.25 0.09 0.65
Hex 9F AF AE 9 0 1 1F B0 9 41
Octal 237 257 256 11 0 1 37 260 11 101
Binary 10011111 10101111 10101110 1001 0 1 11111 10110000 1001 1000001

Color Harmonies of #9FAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFAE

Black with #9FAFAE

Text Example


Text Example

White with #9FAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,174); }

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

background-color css

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

 a { background-color: rgb(159,175,174); }

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

border-color css

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

 span { border-color: rgb(159,175,174); }

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