#AFCDCD

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

Shades of Jungle Mist #AFCDCD

Tints of Jungle Mist #AFCDCD

Color information

#AFCDCD (or 0xAFCDCD) is unknown color: approx Jungle Mist. HEX triplet: AF, CD and CD. RGB value is (175,205,205). Sum of RGB (Red+Green+Blue) = 175+205+205=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #AFCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCD is #503232. Grayscale: #C4C4C4. Windows color (decimal): -5255731 or 13487535. OLE color: 13487535.

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

Color convert

RGB175205205-
CMYK0.15000.20
HSL180º23.08%74.51%-
HSV(B)180º14.63%80.39%-
XYZ50.5357.1866.13-
YUV196.03133.06113-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=29.91%
G=35.04%
B=35.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752052050.15000.2018023.0874.51
HexAFCDCDF0014b4174b
Octal25731531517002426427113
Binary1010111111001101110011011111001010010110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDCD; }

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

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

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

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

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

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

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

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