#AFCCC8

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

Shades of Jungle Mist #AFCCC8

Tints of Jungle Mist #AFCCC8

Color information

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

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

Color convert

RGB175204200-
CMYK0.1400.020.2
HSL171.72º22.14%74.31%-
HSV(B)171.72º14.22%80%-
XYZ49.756.4762.92-
YUV194.87130.89113.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752042000.1400.020.2171.7222.1474.31
HexAFCCC8E0214ac164a
Octal25731431016022425426112
Binary10101111110011001100100011100101010010101100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCC8; }

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

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

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

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

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

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

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

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