#AFCCCC

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

Shades of Jungle Mist #AFCCCC

Tints of Jungle Mist #AFCCCC

Color information

#AFCCCC (or 0xAFCCCC) is unknown color: approx Jungle Mist. HEX triplet: AF, CC and CC. RGB value is (175,204,204). Sum of RGB (Red+Green+Blue) = 175+204+204=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #AFCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCCC is #503333. Grayscale: #C3C3C3. Windows color (decimal): -5255988 or 13421743. OLE color: 13421743.

HSL color Cylindrical-coordinate representation of color #AFCCCC: hue angle of 180º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCCC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175204204-
CMYK0.14000.2
HSL180º22.14%74.31%-
HSV(B)180º14.22%80%-
XYZ50.1756.6665.42-
YUV195.33132.89113.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=30.02%
G=34.99%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752042040.14000.218022.1474.31
HexAFCCCCE0014b4164a
Octal25731431416002426426112
Binary1010111111001100110011001110001010010110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCCC; }

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

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

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

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

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

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

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

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