Html Css Color HEX #A7CAC8 Jungle Mist

📋 copy color: '#A7CAC8'

red 167 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #A7CAC8

Tints of Jungle Mist #A7CAC8

RGB

 RED value IS 167 (65.63% from 255) = 29.35%

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

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 29.35%
G = 35.5%
B = 35.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#A7CAC8 (or 0xA7CAC8) is known color: Jungle Mist. HEX triplet: A7, CA and C8. RGB value is (167,202,200). Sum of RGB (Red+Green+Blue) = 167+202+200=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAC8 is #583537. Grayscale: #BFBFBF. Windows color (decimal): -5780792 or 13159079. OLE color: 13159079.

HSL color Cylindrical-coordinate representation of color #A7CAC8: hue angle of 176.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7CAC8 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 200 -
CMYK 0.17 0 0.01 0.21
HSL 176.57º 0.25% 0.72% -
HSV(B) 176.57º 0.17% 0.79% -
XYZ 47.48 54.63 62.69 -
YUV 191.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 167 202 200 0.17 0 0.01 0.21 176.57 0.25 0.72
Hex A7 CA C8 11 0 1 15 B1 19 48
Octal 247 312 310 21 0 1 25 261 31 110
Binary 10100111 11001010 11001000 10001 0 1 10101 10110001 11001 1001000

Color Harmonies of #A7CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CAC8

Black with #A7CAC8

Text Example


Text Example

White with #A7CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CAC8; }

 p { color: rgb(167,202,200); }

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

background-color css

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

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

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

border-color css

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

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

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