Html Css Color HEX #AFCACA Jungle Mist

📋 copy color: '#AFCACA'

red 175 ◦ green 202 ◦ blue 202

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

Shades of Jungle Mist #AFCACA

Tints of Jungle Mist #AFCACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 30.22%
G = 34.89%
B = 34.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFCACA (or 0xAFCACA) is known color: Jungle Mist. HEX triplet: AF, CA and CA. RGB value is (175,202,202). Sum of RGB (Red+Green+Blue) = 175+202+202=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #AFCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACA is #503535. Grayscale: #C1C1C1. Windows color (decimal): -5256502 or 13290159. OLE color: 13290159.

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

Color convert

RGB 175 202 202 -
CMYK 0.13 0 0 0.21
HSL 180º 0.2% 0.74% -
HSV(B) 180º 0.13% 0.79% -
XYZ 49.46 55.62 64.01 -
YUV 193.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 175 202 202 0.13 0 0 0.21 180 0.2 0.74
Hex AF CA CA D 0 0 15 B4 14 4A
Octal 257 312 312 15 0 0 25 264 24 112
Binary 10101111 11001010 11001010 1101 0 0 10101 10110100 10100 1001010

Color Harmonies of #AFCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCACA

Black with #AFCACA

Text Example


Text Example

White with #AFCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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