Html Css Color HEX #A3C5C2 Jungle Mist

📋 copy color: '#A3C5C2'

red 163 ◦ green 197 ◦ blue 194

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

Shades of Jungle Mist #A3C5C2

Tints of Jungle Mist #A3C5C2

RGB

 RED value IS 163 (64.06% from 255) = 29.42%

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

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 29.42%
G = 35.56%
B = 35.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#A3C5C2 (or 0xA3C5C2) is known color: Jungle Mist. HEX triplet: A3, C5 and C2. RGB value is (163,197,194). Sum of RGB (Red+Green+Blue) = 163+197+194=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5C2 is #5C3A3D. Grayscale: #BABABA. Windows color (decimal): -6044222 or 12764579. OLE color: 12764579.

HSL color Cylindrical-coordinate representation of color #A3C5C2: hue angle of 174.71º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5C2 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 194 -
CMYK 0.17 0 0.02 0.23
HSL 174.71º 0.23% 0.71% -
HSV(B) 174.71º 0.17% 0.77% -
XYZ 44.81 51.61 58.64 -
YUV 186.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 163 197 194 0.17 0 0.02 0.23 174.71 0.23 0.71
Hex A3 C5 C2 11 0 2 17 AF 17 47
Octal 243 305 302 21 0 2 27 257 27 107
Binary 10100011 11000101 11000010 10001 0 10 10111 10101111 10111 1000111

Color Harmonies of #A3C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C5C2

Black with #A3C5C2

Text Example


Text Example

White with #A3C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C5C2; }

 p { color: rgb(163,197,194); }

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

background-color css

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

 a { background-color: rgb(163,197,194); }

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

border-color css

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

 span { border-color: rgb(163,197,194); }

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