Html Css Color HEX #A0C6C4 Jungle Mist

📋 copy color: '#A0C6C4'

red 160 ◦ green 198 ◦ blue 196

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

Shades of Jungle Mist #A0C6C4

Tints of Jungle Mist #A0C6C4

RGB

 RED value IS 160 (62.89% from 255) = 28.88%

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

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 28.88%
G = 35.74%
B = 35.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#A0C6C4 (or 0xA0C6C4) is known color: Jungle Mist. HEX triplet: A0, C6 and C4. RGB value is (160,198,196). Sum of RGB (Red+Green+Blue) = 160+198+196=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C6C4 is #5F393B. Grayscale: #BABABA. Windows color (decimal): -6240572 or 12895904. OLE color: 12895904.

HSL color Cylindrical-coordinate representation of color #A0C6C4: hue angle of 176.84º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C6C4 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 196 -
CMYK 0.19 0 0.01 0.22
HSL 176.84º 0.25% 0.7% -
HSV(B) 176.84º 0.19% 0.78% -
XYZ 44.66 51.85 59.88 -
YUV 186.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 160 198 196 0.19 0 0.01 0.22 176.84 0.25 0.7
Hex A0 C6 C4 13 0 1 16 B1 19 46
Octal 240 306 304 23 0 1 26 261 31 106
Binary 10100000 11000110 11000100 10011 0 1 10110 10110001 11001 1000110

Color Harmonies of #A0C6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C6C4

Black with #A0C6C4

Text Example


Text Example

White with #A0C6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C6C4; }

 p { color: rgb(160,198,196); }

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

background-color css

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

 a { background-color: rgb(160,198,196); }

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

border-color css

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

 span { border-color: rgb(160,198,196); }

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