#AFC6CB

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

Shades of Jungle Mist #AFC6CB

Tints of Jungle Mist #AFC6CB

Color information

#AFC6CB (or 0xAFC6CB) is unknown color: approx Jungle Mist. HEX triplet: AF, C6 and CB. RGB value is (175,198,203). Sum of RGB (Red+Green+Blue) = 175+198+203=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CB is #503934. Grayscale: #BFBFBF. Windows color (decimal): -5257525 or 13354671. OLE color: 13354671.

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

Color convert

RGB175198203-
CMYK0.140.0200.20
HSL190.71º21.21%74.12%-
HSV(B)190.71º13.79%79.61%-
XYZ48.6553.8164.32-
YUV191.69134.38116.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=30.38%
G=34.38%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751982030.140.0200.20190.7121.2174.12
HexAFC6CBE2014bf154a
Octal25730631316202427725112
Binary10101111110001101100101111101001010010111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6CB; }

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

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

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

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

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

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

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

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