#AFCACD

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

Shades of Jungle Mist #AFCACD

Tints of Jungle Mist #AFCACD

Color information

#AFCACD (or 0xAFCACD) is unknown color: approx Jungle Mist. HEX triplet: AF, CA and CD. RGB value is (175,202,205). Sum of RGB (Red+Green+Blue) = 175+202+205=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACD is #503532. Grayscale: #C2C2C2. Windows color (decimal): -5256499 or 13486767. OLE color: 13486767.

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

Color convert

RGB175202205-
CMYK0.150.0100.20
HSL186º23.08%74.51%-
HSV(B)186º14.63%80.39%-
XYZ49.8255.7665.9-
YUV194.27134.05114.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=30.07%
G=34.71%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752022050.150.0100.2018623.0874.51
HexAFCACDF1014ba174b
Octal25731231517102427227113
Binary1010111111001010110011011111101010010111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCACD; }

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

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

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

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

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

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

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

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