Html Css Color HEX #AFC2C0 Jungle Mist

📋 copy color: '#AFC2C0'

red 175 ◦ green 194 ◦ blue 192

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

Shades of Jungle Mist #AFC2C0

Tints of Jungle Mist #AFC2C0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 31.19%
G = 34.58%
B = 34.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#AFC2C0 (or 0xAFC2C0) is known color: Jungle Mist. HEX triplet: AF, C2 and C0. RGB value is (175,194,192). Sum of RGB (Red+Green+Blue) = 175+194+192=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2C0 is #503D3F. Grayscale: #BCBCBC. Windows color (decimal): -5258560 or 12632751. OLE color: 12632751.

HSL color Cylindrical-coordinate representation of color #AFC2C0: hue angle of 173.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2C0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 192 -
CMYK 0.10 0 0.01 0.24
HSL 173.68º 0.13% 0.72% -
HSV(B) 173.68º 0.1% 0.76% -
XYZ 46.49 51.5 57.36 -
YUV 188.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 175 194 192 0.10 0 0.01 0.24 173.68 0.13 0.72
Hex AF C2 C0 A 0 1 18 AE D 48
Octal 257 302 300 12 0 1 30 256 15 110
Binary 10101111 11000010 11000000 1010 0 1 11000 10101110 1101 1001000

Color Harmonies of #AFC2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2C0

Black with #AFC2C0

Text Example


Text Example

White with #AFC2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2C0; }

 p { color: rgb(175,194,192); }

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

background-color css

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

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

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

border-color css

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

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

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