#AFC7CC

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

Shades of Jungle Mist #AFC7CC

Tints of Jungle Mist #AFC7CC

Color information

#AFC7CC (or 0xAFC7CC) is unknown color: approx Jungle Mist. HEX triplet: AF, C7 and CC. RGB value is (175,199,204). Sum of RGB (Red+Green+Blue) = 175+199+204=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7CC is #503833. Grayscale: #C0C0C0. Windows color (decimal): -5257268 or 13420463. OLE color: 13420463.

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

Color convert

RGB175199204-
CMYK0.140.0200.2
HSL190.34º22.14%74.31%-
HSV(B)190.34º14.22%80%-
XYZ4954.3265.03-
YUV192.39134.55115.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=30.28%
G=34.43%
B=35.29%

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
Decimal1751992040.140.0200.2190.3422.1474.31
HexAFC7CCE2014be164a
Octal25730731416202427626112
Binary10101111110001111100110011101001010010111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7CC; }

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

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

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

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

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

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

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

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