#AFCCCE

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

Shades of Jungle Mist #AFCCCE

Tints of Jungle Mist #AFCCCE

Color information

#AFCCCE (or 0xAFCCCE) is unknown color: approx Jungle Mist. HEX triplet: AF, CC and CE. RGB value is (175,204,206). Sum of RGB (Red+Green+Blue) = 175+204+206=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCCE is #503331. Grayscale: #C3C3C3. Windows color (decimal): -5255986 or 13552815. OLE color: 13552815.

HSL color Cylindrical-coordinate representation of color #AFCCCE: hue angle of 183.87º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCCCE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175204206-
CMYK0.150.0100.19
HSL183.87º24.03%74.71%-
HSV(B)183.87º15.05%80.78%-
XYZ50.4156.7666.69-
YUV195.56133.89113.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=29.91%
G=34.87%
B=35.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752042060.150.0100.19183.8724.0374.71
HexAFCCCEF1013b8184b
Octal25731431617102327030113
Binary1010111111001100110011101111101001110111000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCCE; }

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

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

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

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

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

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

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

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