#AFCACA

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

Shades of Jungle Mist #AFCACA

Tints of Jungle Mist #AFCACA

Color information

#AFCACA (or 0xAFCACA) is unknown color: approx Jungle Mist. HEX triplet: AF, CA and CA. RGB value is (175,202,202). Sum of RGB (Red+Green+Blue) = 175+202+202=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #AFCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACA is #503535. Grayscale: #C1C1C1. Windows color (decimal): -5256502 or 13290159. OLE color: 13290159.

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

Color convert

RGB175202202-
CMYK0.13000.21
HSL180º20.3%73.92%-
HSV(B)180º13.37%79.22%-
XYZ49.4655.6264.01-
YUV193.93132.55114.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=30.22%
G=34.89%
B=34.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752022020.13000.2118020.373.92
HexAFCACAD0015b4144a
Octal25731231215002526424112
Binary1010111111001010110010101101001010110110100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCACA; }

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

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

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

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

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

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

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

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