Html Css Color HEX #AFC1C1 Jungle Mist

📋 copy color: '#AFC1C1'

red 175 ◦ green 193 ◦ blue 193

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

Shades of Jungle Mist #AFC1C1

Tints of Jungle Mist #AFC1C1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.4%

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 31.19%
G = 34.4%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFC1C1 (or 0xAFC1C1) is known color: Jungle Mist. HEX triplet: AF, C1 and C1. RGB value is (175,193,193). Sum of RGB (Red+Green+Blue) = 175+193+193=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #AFC1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1C1 is #503E3E. Grayscale: #BBBBBB. Windows color (decimal): -5258815 or 12698031. OLE color: 12698031.

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

Color convert

RGB 175 193 193 -
CMYK 0.09 0 0 0.24
HSL 180º 0.13% 0.72% -
HSV(B) 180º 0.09% 0.76% -
XYZ 46.37 51.1 57.87 -
YUV 187.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 175 193 193 0.09 0 0 0.24 180 0.13 0.72
Hex AF C1 C1 9 0 0 18 B4 D 48
Octal 257 301 301 11 0 0 30 264 15 110
Binary 10101111 11000001 11000001 1001 0 0 11000 10110100 1101 1001000

Color Harmonies of #AFC1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1C1

Black with #AFC1C1

Text Example


Text Example

White with #AFC1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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