#AFC8CD

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

Shades of Jungle Mist #AFC8CD

Tints of Jungle Mist #AFC8CD

Color information

#AFC8CD (or 0xAFC8CD) is unknown color: approx Jungle Mist. HEX triplet: AF, C8 and CD. RGB value is (175,200,205). Sum of RGB (Red+Green+Blue) = 175+200+205=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8CD is #503732. Grayscale: #C1C1C1. Windows color (decimal): -5257011 or 13486255. OLE color: 13486255.

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

Color convert

RGB175200205-
CMYK0.150.0200.20
HSL190º23.08%74.51%-
HSV(B)190º14.63%80.39%-
XYZ49.3554.8365.74-
YUV193.1134.72115.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=30.17%
G=34.48%
B=35.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752002050.150.0200.2019023.0874.51
HexAFC8CDF2014be174b
Octal25731031517202427627113
Binary10101111110010001100110111111001010010111110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8CD; }

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

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

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

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

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

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

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

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