#AFC7CD

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

Shades of Jungle Mist #AFC7CD

Tints of Jungle Mist #AFC7CD

Color information

#AFC7CD (or 0xAFC7CD) is unknown color: approx Jungle Mist. HEX triplet: AF, C7 and CD. RGB value is (175,199,205). Sum of RGB (Red+Green+Blue) = 175+199+205=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7CD is #503832. Grayscale: #C0C0C0. Windows color (decimal): -5257267 or 13485999. OLE color: 13485999.

HSL color Cylindrical-coordinate representation of color #AFC7CD: hue angle of 192º 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 #AFC7CD is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175199205-
CMYK0.150.0300.20
HSL192º23.08%74.51%-
HSV(B)192º14.63%80.39%-
XYZ49.1254.3765.66-
YUV192.51135.05115.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=30.22%
G=34.37%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751992050.150.0300.2019223.0874.51
HexAFC7CDF3014c0174b
Octal25730731517302430027113
Binary10101111110001111100110111111101010011000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7CD; }

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

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

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

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

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

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

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

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