#AFC8CC

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

Shades of Jungle Mist #AFC8CC

Tints of Jungle Mist #AFC8CC

Color information

#AFC8CC (or 0xAFC8CC) is unknown color: approx Jungle Mist. HEX triplet: AF, C8 and CC. RGB value is (175,200,204). Sum of RGB (Red+Green+Blue) = 175+200+204=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8CC is #503733. Grayscale: #C0C0C0. Windows color (decimal): -5257012 or 13420719. OLE color: 13420719.

HSL color Cylindrical-coordinate representation of color #AFC8CC: hue angle of 188.28º 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 #AFC8CC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175200204-
CMYK0.140.0200.2
HSL188.28º22.14%74.31%-
HSV(B)188.28º14.22%80%-
XYZ49.2354.7865.11-
YUV192.98134.22115.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=30.22%
G=34.54%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752002040.140.0200.2188.2822.1474.31
HexAFC8CCE2014bc164a
Octal25731031416202427426112
Binary10101111110010001100110011101001010010111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8CC; }

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

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

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

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

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

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

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

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