Html Css Color HEX #99AFAC Conch

📋 copy color: '#99AFAC'

red 153 ◦ green 175 ◦ blue 172

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

Shades of Conch #99AFAC

Tints of Conch #99AFAC

RGB

 RED value IS 153 (60.16% from 255) = 30.6%

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 30.6%
G = 35%
B = 34.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#99AFAC (or 0x99AFAC) is known color: Conch. HEX triplet: 99, AF and AC. RGB value is (153,175,172). Sum of RGB (Red+Green+Blue) = 153+175+172=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFAC is #665053. Grayscale: #A8A8A8. Windows color (decimal): -6705236 or 11317145. OLE color: 11317145.

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

Color convert

RGB 153 175 172 -
CMYK 0.13 0 0.02 0.31
HSL 171.82º 0.12% 0.64% -
HSV(B) 171.82º 0.13% 0.69% -
XYZ 35.91 40.41 44.94 -
YUV 168.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 153 175 172 0.13 0 0.02 0.31 171.82 0.12 0.64
Hex 99 AF AC D 0 2 1F AC C 40
Octal 231 257 254 15 0 2 37 254 14 100
Binary 10011001 10101111 10101100 1101 0 10 11111 10101100 1100 1000000

Color Harmonies of #99AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFAC

Black with #99AFAC

Text Example


Text Example

White with #99AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AFAC; }

 p { color: rgb(153,175,172); }

 H1.HeaderClassName
 {
   color: #99AFAC;
 }
 .AnyTagClassName
 {
   color: #99AFAC;
 }
</style>

background-color css

<style>
 a { background-color: #99AFAC; }

 a { background-color: rgb(153,175,172); }

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

border-color css

<style>
 span { border-color: #99AFAC; }

 span { border-color: rgb(153,175,172); }

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