Html Css Color HEX #A6C5C7 Jungle Mist

📋 copy color: '#A6C5C7'

red 166 ◦ green 197 ◦ blue 199

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

Shades of Jungle Mist #A6C5C7

Tints of Jungle Mist #A6C5C7

RGB

 RED value IS 166 (65.23% from 255) = 29.54%

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 29.54%
G = 35.05%
B = 35.41%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A6C5C7 (or 0xA6C5C7) is known color: Jungle Mist. HEX triplet: A6, C5 and C7. RGB value is (166,197,199). Sum of RGB (Red+Green+Blue) = 166+197+199=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6C5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5C7 is #593A38. Grayscale: #BBBBBB. Windows color (decimal): -5847609 or 13092262. OLE color: 13092262.

HSL color Cylindrical-coordinate representation of color #A6C5C7: 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 #A6C5C7 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 197 199 -
CMYK 0.17 0.01 0 0.22
HSL 183.64º 0.23% 0.72% -
HSV(B) 183.64º 0.17% 0.78% -
XYZ 46 52.16 61.68 -
YUV 187.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 166 197 199 0.17 0.01 0 0.22 183.64 0.23 0.72
Hex A6 C5 C7 11 1 0 16 B8 17 48
Octal 246 305 307 21 1 0 26 270 27 110
Binary 10100110 11000101 11000111 10001 1 0 10110 10111000 10111 1001000

Color Harmonies of #A6C5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5C7

Black with #A6C5C7

Text Example


Text Example

White with #A6C5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5C7; }

 p { color: rgb(166,197,199); }

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

background-color css

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

 a { background-color: rgb(166,197,199); }

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

border-color css

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

 span { border-color: rgb(166,197,199); }

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