#AFCACE

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

Shades of Jungle Mist #AFCACE

Tints of Jungle Mist #AFCACE

Color information

#AFCACE (or 0xAFCACE) is unknown color: approx Jungle Mist. HEX triplet: AF, CA and CE. RGB value is (175,202,206). Sum of RGB (Red+Green+Blue) = 175+202+206=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACE is #503531. Grayscale: #C2C2C2. Windows color (decimal): -5256498 or 13552303. OLE color: 13552303.

HSL color Cylindrical-coordinate representation of color #AFCACE: hue angle of 187.74º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCACE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175202206-
CMYK0.150.0200.19
HSL187.74º24.03%74.71%-
HSV(B)187.74º15.05%80.78%-
XYZ49.9455.8166.53-
YUV194.38134.55114.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=30.02%
G=34.65%
B=35.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752022060.150.0200.19187.7424.0374.71
HexAFCACEF2013bc184b
Octal25731231617202327430113
Binary10101111110010101100111011111001001110111100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCACE; }

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

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

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

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

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

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

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

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