#AFCDCB

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

Shades of Jungle Mist #AFCDCB

Tints of Jungle Mist #AFCDCB

Color information

#AFCDCB (or 0xAFCDCB) is unknown color: approx Jungle Mist. HEX triplet: AF, CD and CB. RGB value is (175,205,203). Sum of RGB (Red+Green+Blue) = 175+205+203=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCB is #503234. Grayscale: #C3C3C3. Windows color (decimal): -5255733 or 13356463. OLE color: 13356463.

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

Color convert

RGB175205203-
CMYK0.1500.010.20
HSL176º23.08%74.51%-
HSV(B)176º14.63%80.39%-
XYZ50.2957.0964.87-
YUV195.8132.06113.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=30.02%
G=35.16%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752052030.1500.010.2017623.0874.51
HexAFCDCBF0114b0174b
Octal25731531317012426027113
Binary1010111111001101110010111111011010010110000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDCB; }

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

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

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

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

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

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

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

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