#AFCAC6

Color #AFCAC6 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AFCAC6

Tints of Jungle Mist #AFCAC6

Color information

#AFCAC6 (or 0xAFCAC6) is unknown color: approx Jungle Mist. HEX triplet: AF, CA and C6. RGB value is (175,202,198). Sum of RGB (Red+Green+Blue) = 175+202+198=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC6 is #503539. Grayscale: #C1C1C1. Windows color (decimal): -5256506 or 13028015. OLE color: 13028015.

HSL color Cylindrical-coordinate representation of color #AFCAC6: hue angle of 171.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAC6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB175202198-
CMYK0.1300.020.21
HSL171.11º20.3%73.92%-
HSV(B)171.11º13.37%79.22%-
XYZ48.9955.4361.54-
YUV193.47130.55114.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=30.43%
G=35.13%
B=34.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021980.1300.020.21171.1120.373.92
HexAFCAC6D0215ab144a
Octal25731230615022525324112
Binary10101111110010101100011011010101010110101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAC6; }

 p { color: rgb(175,202,198); }

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

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

 a { background-color: rgb(175,202,198); }

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

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

 span { border-color: rgb(175,202,198); }

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