Html Css Color HEX #99AFAE Conch

📋 copy color: '#99AFAE'

red 153 ◦ green 175 ◦ blue 174

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

Shades of Conch #99AFAE

Tints of Conch #99AFAE

RGB

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

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

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

R = 30.48%
G = 34.86%
B = 34.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#99AFAE (or 0x99AFAE) is known color: Conch. HEX triplet: 99, AF and AE. RGB value is (153,175,174). Sum of RGB (Red+Green+Blue) = 153+175+174=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFAE is #665051. Grayscale: #A8A8A8. Windows color (decimal): -6705234 or 11448217. OLE color: 11448217.

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

Color convert

RGB 153 175 174 -
CMYK 0.13 0 0.01 0.31
HSL 177.27º 0.12% 0.64% -
HSV(B) 177.27º 0.13% 0.69% -
XYZ 36.11 40.49 45.96 -
YUV 168.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 153 175 174 0.13 0 0.01 0.31 177.27 0.12 0.64
Hex 99 AF AE D 0 1 1F B1 C 40
Octal 231 257 256 15 0 1 37 261 14 100
Binary 10011001 10101111 10101110 1101 0 1 11111 10110001 1100 1000000

Color Harmonies of #99AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFAE

Black with #99AFAE

Text Example


Text Example

White with #99AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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