Html Css Color HEX #AFC8C5 Jungle Mist

📋 copy color: '#AFC8C5'

red 175 ◦ green 200 ◦ blue 197

#AFC8C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AFC8C5

Tints of Jungle Mist #AFC8C5

RGB

 RED value IS 175 (68.75% from 255) = 30.59%

 GREEN value IS 200 (78.52% from 255) = 34.97%

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 30.59%
G = 34.97%
B = 34.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#AFC8C5 (or 0xAFC8C5) is known color: Jungle Mist. HEX triplet: AF, C8 and C5. RGB value is (175,200,197). Sum of RGB (Red+Green+Blue) = 175+200+197=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8C5 is #50373A. Grayscale: #C0C0C0. Windows color (decimal): -5257019 or 12961967. OLE color: 12961967.

HSL color Cylindrical-coordinate representation of color #AFC8C5: hue angle of 172.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 197 -
CMYK 0.12 0 0.02 0.22
HSL 172.8º 0.19% 0.74% -
HSV(B) 172.8º 0.13% 0.78% -
XYZ 48.41 54.45 60.78 -
YUV 192.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 175 200 197 0.12 0 0.02 0.22 172.8 0.19 0.74
Hex AF C8 C5 C 0 2 16 AD 13 4A
Octal 257 310 305 14 0 2 26 255 23 112
Binary 10101111 11001000 11000101 1100 0 10 10110 10101101 10011 1001010

Color Harmonies of #AFC8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8C5

Black with #AFC8C5

Text Example


Text Example

White with #AFC8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8C5; }

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

 H1.HeaderClassName
 {
   color: #AFC8C5;
 }
 .AnyTagClassName
 {
   color: #AFC8C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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