Html Css Color HEX #A7C6C8 Jungle Mist

📋 copy color: '#A7C6C8'

red 167 ◦ green 198 ◦ blue 200

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

Shades of Jungle Mist #A7C6C8

Tints of Jungle Mist #A7C6C8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

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

R = 29.56%
G = 35.04%
B = 35.4%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A7C6C8 (or 0xA7C6C8) is known color: Jungle Mist. HEX triplet: A7, C6 and C8. RGB value is (167,198,200). Sum of RGB (Red+Green+Blue) = 167+198+200=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #A7C6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C6C8 is #583937. Grayscale: #BCBCBC. Windows color (decimal): -5781816 or 13158055. OLE color: 13158055.

HSL color Cylindrical-coordinate representation of color #A7C6C8: hue angle of 183.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C6C8 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 198 200 -
CMYK 0.16 0.01 0 0.22
HSL 183.64º 0.23% 0.72% -
HSV(B) 183.64º 0.17% 0.78% -
XYZ 46.56 52.77 62.38 -
YUV 188.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 167 198 200 0.16 0.01 0 0.22 183.64 0.23 0.72
Hex A7 C6 C8 10 1 0 16 B8 17 48
Octal 247 306 310 20 1 0 26 270 27 110
Binary 10100111 11000110 11001000 10000 1 0 10110 10111000 10111 1001000

Color Harmonies of #A7C6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C6C8

Black with #A7C6C8

Text Example


Text Example

White with #A7C6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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