#AFC9CD

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

Shades of Jungle Mist #AFC9CD

Tints of Jungle Mist #AFC9CD

Color information

#AFC9CD (or 0xAFC9CD) is unknown color: approx Jungle Mist. HEX triplet: AF, C9 and CD. RGB value is (175,201,205). Sum of RGB (Red+Green+Blue) = 175+201+205=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CD is #503632. Grayscale: #C1C1C1. Windows color (decimal): -5256755 or 13486511. OLE color: 13486511.

HSL color Cylindrical-coordinate representation of color #AFC9CD: hue angle of 188º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC9CD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175201205-
CMYK0.150.0200.20
HSL188º23.08%74.51%-
HSV(B)188º14.63%80.39%-
XYZ49.5955.365.82-
YUV193.68134.39114.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=30.12%
G=34.60%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752012050.150.0200.2018823.0874.51
HexAFC9CDF2014bc174b
Octal25731131517202427427113
Binary10101111110010011100110111111001010010111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9CD; }

 p { color: rgb(175,201,205); }

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

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

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

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

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

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

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